Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]nn## [1.8.1](v1.8.0...v1.8.1) (2020-03…
Browse files Browse the repository at this point in the history
…-02)

### Bug Fixes

* modified imports to work when esModuleInterop is disabled ([#132](#132)) ([01681f2](01681f2))
  • Loading branch information
semantic-release-bot committed Mar 2, 2020
1 parent 01681f2 commit fccacee
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.8.1](https://github.com/taskforcesh/bullmq/compare/v1.8.0...v1.8.1) (2020-03-02)


### Bug Fixes

* modified imports to work when esModuleInterop is disabled ([#132](https://github.com/taskforcesh/bullmq/issues/132)) ([01681f2](https://github.com/taskforcesh/bullmq/commit/01681f282bafac2df2c602edb51d6bde3483896c))

# [1.8.0](https://github.com/taskforcesh/bullmq/compare/v1.7.0...v1.8.0) (2020-03-02)


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

0 comments on commit fccacee

Please sign in to comment.