diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acc938..ab57c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index f69eda6..de55d2f 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.1.1", + "version": "2.1.2", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index 90c6da6..ffc3a06 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -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 diff --git a/packages/redis/package.json b/packages/redis/package.json index 583c329..755a9b4 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -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": {