From f4fe62f231b33b28fda1cb28b4f5690655007b80 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Feb 2020 17:15:11 +0000 Subject: [PATCH] chore(release): 4.16.0 [skip ci] # [4.16.0](https://github.com/luin/ioredis/compare/v4.15.1...v4.16.0) (2020-02-19) ### Features * ability force custom scripts to be readOnly and execute on slaves ([#1057](https://github.com/luin/ioredis/issues/1057)) ([a24c3ab](https://github.com/luin/ioredis/commit/a24c3abcf4013e74e25424d2f6b91a2ae0de12b5)) --- Changelog.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 39fbfe4e..4faec2ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# [4.16.0](https://github.com/luin/ioredis/compare/v4.15.1...v4.16.0) (2020-02-19) + + +### Features + +* ability force custom scripts to be readOnly and execute on slaves ([#1057](https://github.com/luin/ioredis/issues/1057)) ([a24c3ab](https://github.com/luin/ioredis/commit/a24c3abcf4013e74e25424d2f6b91a2ae0de12b5)) + ## [4.15.1](https://github.com/luin/ioredis/compare/v4.15.0...v4.15.1) (2019-12-25) diff --git a/package-lock.json b/package-lock.json index 4b57c71b..9854989d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.15.1", + "version": "4.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 367d5685..c3fe93f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.15.1", + "version": "4.16.0", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [