Skip to content

Commit

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

- feat: use bullMQ user friendly name [`f78bcf0`](https://github.com/felixmosh/bull-board/commit/f78bcf03afb0d328a14523a0174a4cd0d933e7bc)

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

> 22 April 2021
- fix: Prevent polling leak by using intervals, closes #207 [`#256`](https://github.com/felixmosh/bull-board/pull/256)
- fix: Prevent polling leak by using intervals, closes #207 (#256) [`#207`](https://github.com/felixmosh/bull-board/issues/207)
- refactor: Sync queue status with url [`d4be4e9`](https://github.com/felixmosh/bull-board/commit/d4be4e932ee7b16adbe4e8e1c9410010dd893c40)
- feat: Reset scroll position on page nave [`ce7bc8b`](https://github.com/felixmosh/bull-board/commit/ce7bc8b830f4b035a57f55d1c1c99548811646f5)
- feat: Preserve active tab per queue [`134da9d`](https://github.com/felixmosh/bull-board/commit/134da9da6d6b09df8ef7978c3693798ebe8c2843)
- Release 1.7.0 [`3bedd44`](https://github.com/felixmosh/bull-board/commit/3bedd4441e0ecf92c2b1f1106d0ab3b595095600)

#### [v1.6.0](https://github.com/felixmosh/bull-board/compare/v1.5.3...v1.6.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.7.0",
"version": "1.7.1",
"keywords": [
"bull",
"redis",
Expand Down

0 comments on commit 4e878d1

Please sign in to comment.