Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 9, 2021
1 parent a4bb5bc commit 39f7453
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bull-board",
"version": "2.0.2",
"version": "2.0.3",
"description": "Bull queue UI for inspecting jobs",
"keywords": [
"bull",
Expand Down

0 comments on commit 39f7453

Please sign in to comment.