Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]nn# [1.4.0](v1.3.0...v1.4.0) (2019-11-06)
Browse files Browse the repository at this point in the history
### Features

* job.progress() return last progress for sandboxed processors ([5c4b146](5c4b146))
  • Loading branch information
semantic-release-bot committed Nov 6, 2019
1 parent 11bfae6 commit 5e9e0b3
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 @@
# [1.4.0](https://github.com/taskforcesh/bullmq/compare/v1.3.0...v1.4.0) (2019-11-06)


### Features

* job.progress() return last progress for sandboxed processors ([5c4b146](https://github.com/taskforcesh/bullmq/commit/5c4b146ca8e42c8a29f9db87326a17deac30e10e))

# [1.3.0](https://github.com/taskforcesh/bullmq/compare/v1.2.0...v1.3.0) (2019-11-05)


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": "bullmq",
"version": "1.3.0",
"version": "1.4.0",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5e9e0b3

Please sign in to comment.