Skip to content

Commit 7a3f78c

Browse files
chore(release): 4.27.11 [skip ci]
## [4.27.11](v4.27.10...v4.27.11) (2021-10-11) ### Bug Fixes * make export interface compatible with jest ([#1445](#1445)) ([2728dbe](2728dbe))
1 parent 2728dbe commit 7a3f78c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.27.11](https://github.com/luin/ioredis/compare/v4.27.10...v4.27.11) (2021-10-11)
2+
3+
4+
### Bug Fixes
5+
6+
* make export interface compatible with jest ([#1445](https://github.com/luin/ioredis/issues/1445)) ([2728dbe](https://github.com/luin/ioredis/commit/2728dbe5289ebc8603484bc85c01632cfab98204))
7+
18
## [4.27.10](https://github.com/luin/ioredis/compare/v4.27.9...v4.27.10) (2021-10-04)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ioredis",
3-
"version": "4.27.10",
3+
"version": "4.27.11",
44
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",
55
"main": "built/index.js",
66
"files": [

0 commit comments

Comments
 (0)