From 39f745371af750a0776f10c7641786a9f4f1a8ed Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sun, 9 May 2021 10:38:42 +0300 Subject: [PATCH] Release 2.0.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81145f4d..4a30ca8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.3](https://github.com/felixmosh/bull-board/compare/v2.0.2...v2.0.3) + +- fix: Update ioredis types & align adapter types, closes #271, #272 [`#273`](https://github.com/felixmosh/bull-board/pull/273) +- chore(deps): bump lodash in /examples/with-multiple-instances [`#270`](https://github.com/felixmosh/bull-board/pull/270) +- chore(deps): bump lodash from 4.17.20 to 4.17.21 in /examples/with-auth [`#269`](https://github.com/felixmosh/bull-board/pull/269) +- fix: Update ioredis types & align adapter types, closes #271, #272 (#273) [`#271`](https://github.com/felixmosh/bull-board/issues/271) +- Update example deps [`0f4db3a`](https://github.com/felixmosh/bull-board/commit/0f4db3ab76289d5b4072801a937147a883798754) + #### [v2.0.2](https://github.com/felixmosh/bull-board/compare/v2.0.1...v2.0.2) +> 7 May 2021 + - refactor: extract common control code to queueProvider & jobProvider [`#268`](https://github.com/felixmosh/bull-board/pull/268) - Fix typo (bullMQAdapter to BullMQAdapter) [`#267`](https://github.com/felixmosh/bull-board/pull/267) +- Release 2.0.2 [`160c366`](https://github.com/felixmosh/bull-board/commit/160c366f2e151e5a3617bd9eba9ac9a06fa6a470) - Update README.md [`a0f5e95`](https://github.com/felixmosh/bull-board/commit/a0f5e95c218873df82bde74de59c5a6bdede23a5) #### [v2.0.1](https://github.com/felixmosh/bull-board/compare/v2.0.0...v2.0.1) diff --git a/package.json b/package.json index d09c4e1f..059278c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bull-board", - "version": "2.0.2", + "version": "2.0.3", "description": "Bull queue UI for inspecting jobs", "keywords": [ "bull",