From 08ebb16b98652e707d0569ae93668c8b66f91328 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Tue, 27 Apr 2021 18:28:21 +0300 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 496fff5a..52aab1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ 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). +#### [v2.0.0](https://github.com/felixmosh/bull-board/compare/v1.7.2...v2.0.0) + +- V2 [`#261`](https://github.com/felixmosh/bull-board/pull/261) +- Move tests to `tests` folder [`#260`](https://github.com/felixmosh/bull-board/pull/260) +- V2 (#261) [`#202`](https://github.com/felixmosh/bull-board/issues/202) [`#112`](https://github.com/felixmosh/bull-board/issues/112) +- refactor: Use Map to save given queues instead of POJO [`6f2c487`](https://github.com/felixmosh/bull-board/commit/6f2c48714bfb857696e8eaf1da0a1b40012b099f) +- Re-Clean up package.json [`2aa46c7`](https://github.com/felixmosh/bull-board/commit/2aa46c7501df0c1fc9ea869970656476707f48d7) +- Clean up package.json [`82740c1`](https://github.com/felixmosh/bull-board/commit/82740c18c47c3c57f6dccc8906954e7250514150) + #### [v1.7.2](https://github.com/felixmosh/bull-board/compare/v1.7.1...v1.7.2) +> 22 April 2021 + - fix: crash on code is not part of childNode [`#257`](https://github.com/felixmosh/bull-board/pull/257) +- Release 1.7.2 [`529c317`](https://github.com/felixmosh/bull-board/commit/529c3173ede7c553f95edb3fdf85a4ecbca13539) - 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) diff --git a/package.json b/package.json index 42b84cb2..9bf7acab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bull-board", "description": "Bull queue UI for inspecting jobs", - "version": "1.7.2", + "version": "2.0.0", "keywords": [ "bull", "redis",