Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make export interface compatible with jest #1445

Merged
merged 1 commit into from Oct 11, 2021
Merged

fix: make export interface compatible with jest #1445

merged 1 commit into from Oct 11, 2021

Conversation

luin
Copy link
Collaborator

@luin luin commented Oct 11, 2021

Closes #1442

TypeScript doesn't follow semantic versioning, and 3.9 introduced some breaking changes to the export interface.

This PR locks its version.

Test Plan

Make sure tests pass should be enough.

@luin luin merged commit 2728dbe into master Oct 11, 2021
@luin luin deleted the zh-ts-3.8 branch October 11, 2021 02:46
ioredis-robot pushed a commit that referenced this pull request Oct 11, 2021
## [4.27.11](v4.27.10...v4.27.11) (2021-10-11)

### Bug Fixes

* make export interface compatible with jest ([#1445](#1445)) ([2728dbe](2728dbe))
@ioredis-robot
Copy link
Collaborator

🎉 This PR is included in version 4.27.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

janus-dev87 added a commit to janus-dev87/ioredis-work that referenced this pull request Mar 1, 2024
## [4.27.11](redis/ioredis@v4.27.10...v4.27.11) (2021-10-11)

### Bug Fixes

* make export interface compatible with jest ([#1445](redis/ioredis#1445)) ([2728dbe](redis/ioredis@2728dbe))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export interface changed (jest)
2 participants