diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d78a4258..8ced54e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.5.3](https://github.com/felixmosh/bull-board/compare/v1.5.2...v1.5.3) + +- Fix lint deprecated config [`8f866c2`](https://github.com/felixmosh/bull-board/commit/8f866c2efa6954b17e9ff1e6e465677cc6ce3527) +- Remove snyk test since it is available as Github bot [`868a984`](https://github.com/felixmosh/bull-board/commit/868a984c1a549dfb6804411bd50a4d68c592917d) +- Add @types/ioredis as dependency [`78f0b2a`](https://github.com/felixmosh/bull-board/commit/78f0b2a18f48effa512bb7abb4567569ef05a05b) + #### [v1.5.2](https://github.com/felixmosh/bull-board/compare/v1.5.1...v1.5.2) +> 21 April 2021 + - Change example to TS [`dbf995e`](https://github.com/felixmosh/bull-board/commit/dbf995e8197a17261bf840ec0878b9b503477666) - Update lock file [`ae4e6f3`](https://github.com/felixmosh/bull-board/commit/ae4e6f3617f7bee80c253d0ab6a8163067fd97bd) - Bump deps [`8c7f652`](https://github.com/felixmosh/bull-board/commit/8c7f6525d5bd187a4aa8eb965d27c2220425e48c) diff --git a/package.json b/package.json index cb8749bae..fa0c51b46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bull-board", "description": "Bull queue UI for inspecting jobs", - "version": "1.5.2", + "version": "1.5.3", "keywords": [ "bull", "redis",