Skip to content

Commit

Permalink
chore(release): v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 28, 2024
1 parent 91c0af7 commit eb16570
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.4](https://github.com/microlinkhq/keyhq/compare/v2.1.3...v2.1.4) (2024-04-28)

### Performance Improvements

* **redis:** clear while scan ([#207](https://github.com/microlinkhq/keyhq/issues/207)) ([91c0af7](https://github.com/microlinkhq/keyhq/commit/91c0af710927a5da890ffae4f91f1a0731c446e6))

## [2.1.3](https://github.com/microlinkhq/keyhq/compare/v2.1.2...v2.1.3) (2024-04-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.1.3",
"version": "2.1.4",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.4](https://github.com/microlinkhq/keyv/compare/v2.1.3...v2.1.4) (2024-04-28)

### Performance Improvements

* **redis:** clear while scan ([#207](https://github.com/microlinkhq/keyv/issues/207)) ([91c0af7](https://github.com/microlinkhq/keyv/commit/91c0af710927a5da890ffae4f91f1a0731c446e6))

## [2.1.3](https://github.com/microlinkhq/keyv/compare/v2.1.2...v2.1.3) (2024-04-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/redis",
"description": "Redis storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"version": "2.1.3",
"version": "2.1.4",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down

0 comments on commit eb16570

Please sign in to comment.