Skip to content

Commit

Permalink
chore(release): v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 25, 2024
1 parent b8ead88 commit 26dcda9
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.2](https://github.com/microlinkhq/keyhq/compare/v2.1.1...v2.1.2) (2024-04-25)

### Bug Fixes

* **redis:** expose Redis constructor ([b8ead88](https://github.com/microlinkhq/keyhq/commit/b8ead883b26cc17e097f81207ec52c7e238b67c7)), closes [#205](https://github.com/microlinkhq/keyhq/issues/205)

## [2.1.1](https://github.com/microlinkhq/keyhq/compare/v2.1.0...v2.1.1) (2024-04-23)

**Note:** Version bump only for package @keyvhq/monorepo
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.1",
"version": "2.1.2",
"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.2](https://github.com/microlinkhq/keyv/compare/v2.1.1...v2.1.2) (2024-04-25)

### Bug Fixes

* **redis:** expose Redis constructor ([b8ead88](https://github.com/microlinkhq/keyv/commit/b8ead883b26cc17e097f81207ec52c7e238b67c7)), closes [#205](https://github.com/microlinkhq/keyv/issues/205)

## [2.1.1](https://github.com/microlinkhq/keyv/compare/v2.1.0...v2.1.1) (2024-04-23)

**Note:** Version bump only for package @keyvhq/redis
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.1",
"version": "2.1.2",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down

0 comments on commit 26dcda9

Please sign in to comment.