Skip to content

Commit

Permalink
chore(release): 4.23.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.23.1](v4.23.0...v4.23.1) (2021-03-14)

### Bug Fixes

* **cluster:** issues when code is processed by babel ([#1298](#1298)) ([bfc194d](bfc194d)), closes [#1288](#1288)
  • Loading branch information
semantic-release-bot committed Mar 14, 2021
1 parent bfc194d commit 4ba66ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.23.1](https://github.com/luin/ioredis/compare/v4.23.0...v4.23.1) (2021-03-14)


### Bug Fixes

* **cluster:** issues when code is processed by babel ([#1298](https://github.com/luin/ioredis/issues/1298)) ([bfc194d](https://github.com/luin/ioredis/commit/bfc194dcad2af527e802d6f5b060f0b0779e840d)), closes [#1288](https://github.com/luin/ioredis/issues/1288)

# [4.23.0](https://github.com/luin/ioredis/compare/v4.22.0...v4.23.0) (2021-02-25)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis",
"version": "4.23.0",
"version": "4.23.1",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "built/index.js",
"files": [
Expand Down

0 comments on commit 4ba66ad

Please sign in to comment.