Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [4.0.1](v4.0.0...v4.0.1) (2023-09-11)

### Bug Fixes

* **job-details:** omit scripts attribute to stringify jobs ([#665](#665)) fixes [#598](#598) ([a76ed5f](a76ed5f))
  • Loading branch information
semantic-release-bot committed Sep 11, 2023
1 parent a76ed5f commit 97164ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [4.0.1](https://github.com/bee-queue/arena/compare/v4.0.0...v4.0.1) (2023-09-11)

### Bug Fixes

- **job-details:** omit scripts attribute to stringify jobs ([#665](https://github.com/bee-queue/arena/issues/665)) fixes [#598](https://github.com/bee-queue/arena/issues/598) ([a76ed5f](https://github.com/bee-queue/arena/commit/a76ed5f9c7d48e647e62a16ef282a77c3eafc999))

## [4.0.0](https://github.com/bee-queue/arena/compare/v3.30.4...v4.0.0) (2023-09-02)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"bullmq"
],
"repository": "https://github.com/bee-queue/arena.git",
"version": "4.0.0"
"version": "4.0.1"
}

0 comments on commit 97164ed

Please sign in to comment.