Skip to content

Commit

Permalink
chore(release): 3.4.7
Browse files Browse the repository at this point in the history
## [3.4.7](v3.4.6...v3.4.7) (2020-03-19)

### Bug Fixes

* don't create extra unused const and unref timer ([#171](#171)) ([2851948](2851948))
  • Loading branch information
semantic-release-bot committed Mar 19, 2020
1 parent 2851948 commit 81d7024
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.4.7](https://github.com/pagerinc/minion/compare/v3.4.6...v3.4.7) (2020-03-19)


### Bug Fixes

* don't create extra unused const and unref timer ([#171](https://github.com/pagerinc/minion/issues/171)) ([2851948](https://github.com/pagerinc/minion/commit/2851948d82b7950bd560b169e4ae9597c6c691fb))

## [3.4.6](https://github.com/pagerinc/minion/compare/v3.4.5...v3.4.6) (2020-03-16)


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": "@pager/minion",
"version": "3.4.6",
"version": "3.4.7",
"description": "Microservice Framework for RabbitMQ Workers",
"main": "./lib/index.js",
"files": [
Expand Down

0 comments on commit 81d7024

Please sign in to comment.