Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 21, 2021
1 parent 9990162 commit f3dfb68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ 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.1.0](https://github.com/felixmosh/bull-board/compare/v2.0.3...v2.1.0)

- feat: add addQueue and removeQueue methods [`#278`](https://github.com/felixmosh/bull-board/pull/278)
- fix ejs semicolon [`#275`](https://github.com/felixmosh/bull-board/pull/275)
- Bump deps [`9990162`](https://github.com/felixmosh/bull-board/commit/99901623ab2c0e452c94cc783951203db854a14d)

#### [v2.0.3](https://github.com/felixmosh/bull-board/compare/v2.0.2...v2.0.3)

> 9 May 2021
- 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)
- Release 2.0.3 [`39f7453`](https://github.com/felixmosh/bull-board/commit/39f745371af750a0776f10c7641786a9f4f1a8ed)

#### [v2.0.2](https://github.com/felixmosh/bull-board/compare/v2.0.1...v2.0.2)

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.3",
"version": "2.1.0",
"description": "Bull queue UI for inspecting jobs",
"keywords": [
"bull",
Expand Down

0 comments on commit f3dfb68

Please sign in to comment.