Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Feb 24, 2021
1 parent d4ee5b9 commit 9d743df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ 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.4.0](https://github.com/felixmosh/bull-board/compare/v1.3.1...v1.4.0)

- feat: allow to pass a data & returnValue formatters [`#238`](https://github.com/felixmosh/bull-board/pull/238)

#### [v1.3.1](https://github.com/felixmosh/bull-board/compare/v1.3.0...v1.3.1)

> 17 February 2021
- Handle empty stacktraces, it comes as [null] / [""] [`#235`](https://github.com/felixmosh/bull-board/pull/235)
- fix: Handle an empty queue array [`#236`](https://github.com/felixmosh/bull-board/pull/236)
- Change repo location [`#234`](https://github.com/felixmosh/bull-board/pull/234)
- Add tooltip to support queues with long names, closes #222 [`#232`](https://github.com/felixmosh/bull-board/pull/232)
- Add tooltip to support queues with long names, closes #222 (#232) [`#222`](https://github.com/felixmosh/bull-board/issues/222)
- Release 1.3.1 [`2d50a34`](https://github.com/felixmosh/bull-board/commit/2d50a348ad618bd3e1946214bbd8912622450964)
- Rename build:ui:watch to start:dev:ui command [`353c327`](https://github.com/felixmosh/bull-board/commit/353c32750820c5cebcb533ea7d0335a50e76c191)

#### [v1.3.0](https://github.com/felixmosh/bull-board/compare/v1.2.0...v1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bull-board",
"description": "Bull queue UI for inspecting jobs",
"version": "1.3.1",
"version": "1.4.0",
"keywords": [
"bull",
"redis",
Expand Down

0 comments on commit 9d743df

Please sign in to comment.