diff --git a/Changelog.md b/Changelog.md index d1d0ba42..9ab685b0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [4.14.2](https://github.com/luin/ioredis/compare/v4.14.1...v4.14.2) (2019-10-23) + + +### Bug Fixes + +* security deps updates [skip ci] ([a7095d7](https://github.com/luin/ioredis/commit/a7095d7ab66d9791c3c9a73ea3673c54dce5959d)) + ## [4.14.1](https://github.com/luin/ioredis/compare/v4.14.0...v4.14.1) (2019-08-27) diff --git a/package-lock.json b/package-lock.json index a840cf6f..8c323d9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.14.1", + "version": "4.14.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d8c524b..5e7dee8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.14.1", + "version": "4.14.2", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [