diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cc55dbf..496fff5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.7.2](https://github.com/felixmosh/bull-board/compare/v1.7.1...v1.7.2) + +- fix: crash on code is not part of childNode [`#257`](https://github.com/felixmosh/bull-board/pull/257) +- Update tests [`41da350`](https://github.com/felixmosh/bull-board/commit/41da350ff79a1023bdb5dacc5d89c263ac117e37) +- fix: scroll to top when search changes as well [`973f1a0`](https://github.com/felixmosh/bull-board/commit/973f1a05e4aa2d20129fad5bf3c7d0f4720623bd) + #### [v1.7.1](https://github.com/felixmosh/bull-board/compare/v1.7.0...v1.7.1) +> 22 April 2021 + +- Release 1.7.1 [`4e878d1`](https://github.com/felixmosh/bull-board/commit/4e878d1a1461df12bc38f3094bebfc0ea510f2bc) - feat: use bullMQ user friendly name [`f78bcf0`](https://github.com/felixmosh/bull-board/commit/f78bcf03afb0d328a14523a0174a4cd0d933e7bc) #### [v1.7.0](https://github.com/felixmosh/bull-board/compare/v1.6.0...v1.7.0) diff --git a/package.json b/package.json index c8e5a7100..ea09a0502 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bull-board", "description": "Bull queue UI for inspecting jobs", - "version": "1.7.1", + "version": "1.7.2", "keywords": [ "bull", "redis",