Skip to content

Commit

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

- 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)
- 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)

> 16 February 2021
- Make release process to be automatically but triggered manually [`#231`](https://github.com/felixmosh/bull-board/pull/231)
- Display failed reason (if there is no stacktrace to show) [`#228`](https://github.com/felixmosh/bull-board/pull/228)
- Refactor error handlers in routes & ui [`#221`](https://github.com/felixmosh/bull-board/pull/221)
Expand All @@ -17,6 +28,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Handle better return type lint rule [`#206`](https://github.com/felixmosh/bull-board/pull/206)
- Add read only mode, closes #219 (#220) [`#219`](https://github.com/felixmosh/bull-board/issues/219) [`#219`](https://github.com/felixmosh/bull-board/issues/219)
- Close #217 Configure basePath doc (#218) [`#217`](https://github.com/felixmosh/bull-board/issues/217) [`#217`](https://github.com/felixmosh/bull-board/issues/217)
- Release 1.3.0 [`45fed37`](https://github.com/felixmosh/bull-board/commit/45fed373c065dd45a10f4f88c88ff24837e0806e)

#### [v1.2.0](https://github.com/felixmosh/bull-board/compare/v1.1.2...v1.2.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.0",
"version": "1.3.1",
"keywords": [
"bull",
"redis",
Expand Down

0 comments on commit 2d50a34

Please sign in to comment.