diff --git a/HISTORY.md b/HISTORY.md index 30f369b5..b15eabce 100644 --- a/HISTORY.md +++ b/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 diff --git a/package-lock.json b/package-lock.json index 580288fa..29471f4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bee-queue", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 75fb79cc..75a5bbe8 100644 --- a/package.json +++ b/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": {