Skip to content

Commit

Permalink
chore(release): 4.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.15.0](v4.14.4...v4.15.0) (2019-11-29)

### Features

* support multiple fields for hset ([51b1478](51b1478))
  • Loading branch information
semantic-release-bot committed Nov 29, 2019
1 parent 51b1478 commit 0db527f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
@@ -1,3 +1,10 @@
# [4.15.0](https://github.com/luin/ioredis/compare/v4.14.4...v4.15.0) (2019-11-29)


### Features

* support multiple fields for hset ([51b1478](https://github.com/luin/ioredis/commit/51b14786eef4c627c178de4967434e8d4a51ebe0))

## [4.14.4](https://github.com/luin/ioredis/compare/v4.14.3...v4.14.4) (2019-11-22)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ioredis",
"version": "4.14.4",
"version": "4.15.0",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "built/index.js",
"files": [
Expand Down

0 comments on commit 0db527f

Please sign in to comment.