diff --git a/CHANGELOG.md b/CHANGELOG.md index 29043de3..5a5b1cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.25.0](https://github.com/bee-queue/arena/compare/v3.24.1...v3.25.0) (2021-06-10) + +### Features + +- **parent-children:** implement perma-link for bullmq ([bbd2317](https://github.com/bee-queue/arena/commit/bbd2317606ed5fab5626de06f381ee02d6d7ab45)) +- initial changes for displaying parentJob and childrenJobs in JobDetails template - WIP ([61d93e2](https://github.com/bee-queue/arena/commit/61d93e2fc31080bb3bc6846c212c75b96b5267d9)) + ### [3.24.1](https://github.com/bee-queue/arena/compare/v3.24.0...v3.24.1) (2021-06-08) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 9a14a072..d8411ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bull-arena", - "version": "3.24.1", + "version": "3.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee7fb94e..3fb58cb0 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,5 @@ "bullmq" ], "repository": "https://github.com/bee-queue/arena.git", - "version": "3.24.1" + "version": "3.25.0" }