diff --git a/Changelog.md b/Changelog.md index 9ab685b0..f18611b9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [4.14.3](https://github.com/luin/ioredis/compare/v4.14.2...v4.14.3) (2019-11-07) + + +### Bug Fixes + +* update funding information ([c83cb05](https://github.com/luin/ioredis/commit/c83cb0524258e8090d0ae487c5d13cc873af2e27)) + ## [4.14.2](https://github.com/luin/ioredis/compare/v4.14.1...v4.14.2) (2019-10-23) diff --git a/package-lock.json b/package-lock.json index 8c323d9c..e173d34b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.14.2", + "version": "4.14.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b998b464..a6f771cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.14.2", + "version": "4.14.3", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [