diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ced54e3..7fb53c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ 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.6.0](https://github.com/felixmosh/bull-board/compare/v1.5.3...v1.6.0) + +- feat: Allow line break in job logs [`#255`](https://github.com/felixmosh/bull-board/pull/255) + #### [v1.5.3](https://github.com/felixmosh/bull-board/compare/v1.5.2...v1.5.3) +> 21 April 2021 + - 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) +- Release 1.5.3 [`696d269`](https://github.com/felixmosh/bull-board/commit/696d2696c1c48c1482fb7f4caffc38c241b64c77) #### [v1.5.2](https://github.com/felixmosh/bull-board/compare/v1.5.1...v1.5.2) diff --git a/package.json b/package.json index fa0c51b4..86d37b94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bull-board", "description": "Bull queue UI for inspecting jobs", - "version": "1.5.3", + "version": "1.6.0", "keywords": [ "bull", "redis",