Skip to content

Commit

Permalink
chore(release): v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 28, 2024
1 parent 80b9827 commit b1e246d
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.3](https://github.com/microlinkhq/keyhq/compare/v2.1.2...v2.1.3) (2024-04-28)

### Bug Fixes

* **redis:** add Redis type ([e819f7a](https://github.com/microlinkhq/keyhq/commit/e819f7a1b19d12e25aa63e23379f8b7feab6f3d3)), closes [#205](https://github.com/microlinkhq/keyhq/issues/205)

## [2.1.2](https://github.com/microlinkhq/keyhq/compare/v2.1.1...v2.1.2) (2024-04-25)

### 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.2",
"version": "2.1.3",
"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.3](https://github.com/microlinkhq/keyv/compare/v2.1.2...v2.1.3) (2024-04-28)

### Bug Fixes

* **redis:** add Redis type ([e819f7a](https://github.com/microlinkhq/keyv/commit/e819f7a1b19d12e25aa63e23379f8b7feab6f3d3)), closes [#205](https://github.com/microlinkhq/keyv/issues/205)

## [2.1.2](https://github.com/microlinkhq/keyv/compare/v2.1.1...v2.1.2) (2024-04-25)

### 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.2",
"version": "2.1.3",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down

0 comments on commit b1e246d

Please sign in to comment.