Skip to content

Commit

Permalink
chore(release): 4.27.9 [skip ci]
Browse files Browse the repository at this point in the history
## [4.27.9](v4.27.8...v4.27.9) (2021-08-30)

### Bug Fixes

* Fix undefined property warning in executeAutoPipeline ([#1425](#1425)) ([f898672](f898672))
* improve proto checking for hgetall [skip ci] ([#1418](#1418)) ([cba83cb](cba83cb))
  • Loading branch information
semantic-release-bot committed Aug 30, 2021
1 parent f898672 commit a765848
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.27.9](https://github.com/luin/ioredis/compare/v4.27.8...v4.27.9) (2021-08-30)


### Bug Fixes

* Fix undefined property warning in executeAutoPipeline ([#1425](https://github.com/luin/ioredis/issues/1425)) ([f898672](https://github.com/luin/ioredis/commit/f898672a29753774eeb6e166c28ed6f548533517))
* improve proto checking for hgetall [skip ci] ([#1418](https://github.com/luin/ioredis/issues/1418)) ([cba83cb](https://github.com/luin/ioredis/commit/cba83cba2dba25e59ad87c85d740f15f78e45e14))

## [4.27.8](https://github.com/luin/ioredis/compare/v4.27.7...v4.27.8) (2021-08-18)


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.27.8",
"version": "4.27.9",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
"main": "built/index.js",
"files": [
Expand Down

0 comments on commit a765848

Please sign in to comment.