diff --git a/Changelog.md b/Changelog.md index 42f61670..810de9a5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [4.16.3](https://github.com/luin/ioredis/compare/v4.16.2...v4.16.3) (2020-04-21) + + +### Bug Fixes + +* scripts may not be loaded correctly in pipeline ([#1107](https://github.com/luin/ioredis/issues/1107)) ([072d460](https://github.com/luin/ioredis/commit/072d4604113e5562171d689b37c3cf73dcee18ad)) + ## [4.16.2](https://github.com/luin/ioredis/compare/v4.16.1...v4.16.2) (2020-04-11) diff --git a/package-lock.json b/package-lock.json index d75a95af..a623ae3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.16.2", + "version": "4.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ffc2ee70..58d06c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.16.2", + "version": "4.16.3", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [