Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.3.1](v1.3.0...v1.3.1) (2020-11-04)

### Bug Fixes

* **scale:** bound unpack arguments count ([#297](#297)) ([4108e5e](4108e5e))
* **types:** fix typescript definitions errors ([#311](#311)) ([3bc3f31](3bc3f31))
  • Loading branch information
semantic-release-bot committed Nov 4, 2020
1 parent 3bc3f31 commit 0682e62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
@@ -1,3 +1,10 @@
### [1.3.1](https://github.com/bee-queue/bee-queue/compare/v1.3.0...v1.3.1) (2020-11-04)

### Bug Fixes

- **scale:** bound unpack arguments count ([#297](https://github.com/bee-queue/bee-queue/issues/297)) ([4108e5e](https://github.com/bee-queue/bee-queue/commit/4108e5e4e97dcf2d8df44dd0114ba31edab511ca))
- **types:** fix typescript definitions errors ([#311](https://github.com/bee-queue/bee-queue/issues/311)) ([3bc3f31](https://github.com/bee-queue/bee-queue/commit/3bc3f317d09a04b1165fc9f3aa46e17e82d3606f))

## [1.3.0](https://github.com/bee-queue/bee-queue/compare/v1.2.3...v1.3.0) (2020-11-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "bee-queue",
"version": "1.3.0",
"version": "1.3.1",
"description": "A simple, fast, robust job/task queue, backed by Redis.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 0682e62

Please sign in to comment.