Skip to content

Commit

Permalink
chore(release): 3.25.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.25.1](v3.25.0...v3.25.1) (2021-07-16)

### Bug Fixes

* error when .lua scripts missing in built bundle ([85307c3](85307c3))
  • Loading branch information
semantic-release-bot committed Jul 16, 2021
1 parent 85307c3 commit 0dc7b12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.25.1](https://github.com/OptimalBits/bull/compare/v3.25.0...v3.25.1) (2021-07-16)


### Bug Fixes

* error when .lua scripts missing in built bundle ([85307c3](https://github.com/OptimalBits/bull/commit/85307c3a8e48b910590b2682700c5062c84d32b0))

# [3.25.0](https://github.com/OptimalBits/bull/compare/v3.24.0...v3.25.0) (2021-07-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bull",
"version": "3.25.0",
"version": "3.25.1",
"description": "Job manager",
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 0dc7b12

Please sign in to comment.