From 4e878d1a1461df12bc38f3094bebfc0ea510f2bc Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Thu, 22 Apr 2021 19:22:59 +0300 Subject: [PATCH] Release 1.7.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f5e511..68cc55db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2bba2f82..c8e5a710 100644 --- a/package.json +++ b/package.json @@ -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",