diff --git a/CHANGELOG.md b/CHANGELOG.md index 9284fa1e..71f87bbf 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. +## [1.6.10](https://github.com/microlinkhq/keyv/compare/v1.6.9...v1.6.10) (2022-04-01) + +### Bug Fixes + +* **types:** fixed typings in redis ([9fc462f](https://github.com/microlinkhq/keyv/commit/9fc462fd068eac98a1ec185a5e8ffbea912af72f)) + ## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9383d8b9..b6950768 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.6.9", + "version": "1.6.10", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index 3bffd44e..4efc62af 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -3,131 +3,77 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) - +## [1.6.10](https://github.com/microlinkhq/keyv/compare/v1.6.9...v1.6.10) (2022-04-01) ### Bug Fixes -* linter ([328d51c](https://github.com/microlinkhq/keyv/commit/328d51c1a16f753d9341246184eab79203afdda4)) - +* **types:** fixed typings in redis ([9fc462f](https://github.com/microlinkhq/keyv/commit/9fc462fd068eac98a1ec185a5e8ffbea912af72f)) +## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) +### Bug Fixes +* linter ([328d51c](https://github.com/microlinkhq/keyv/commit/328d51c1a16f753d9341246184eab79203afdda4)) ## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09) - ### Bug Fixes * linter ([328d51c](https://github.com/microlinkhq/keyv/commit/328d51c1a16f753d9341246184eab79203afdda4)) - - - - ## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08) **Note:** Version bump only for package @keyvhq/redis - - - - ## [1.6.1](https://github.com/microlinkhq/keyv/compare/v1.6.0...v1.6.1) (2021-10-14) **Note:** Version bump only for package @keyvhq/redis - - - - # [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05) **Note:** Version bump only for package @keyvhq/redis - - - - ## [1.5.1](https://github.com/microlinkhq/keyv/compare/v1.5.0...v1.5.1) (2021-09-16) **Note:** Version bump only for package @keyvhq/redis - - - - # [1.4.0](https://github.com/microlinkhq/keyv/compare/v1.3.0...v1.4.0) (2021-09-12) - ### Bug Fixes * fixed namespacing bugs ([f14cd4f](https://github.com/microlinkhq/keyv/commit/f14cd4f1651fc866e96785dff0f33f807a1b8493)) * namespace api ([fd07736](https://github.com/microlinkhq/keyv/commit/fd07736aee52c9bde9a81f075faa85c39d72cc51)) - - - - # [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01) - ### Bug Fixes * redis iterator not working when keys are present ([ba7d28c](https://github.com/microlinkhq/keyv/commit/ba7d28cde0fe86e305f7db125d12629938fc5a70)) - - - - ## [1.2.7](https://github.com/microlinkhq/keyv/compare/v1.2.6...v1.2.7) (2021-08-24) **Note:** Version bump only for package @keyvhq/redis - - - - # [1.2.0](https://github.com/microlinkhq/keyv/compare/v1.1.1...v1.2.0) (2021-08-11) **Note:** Version bump only for package @keyvhq/redis - - - - ## [1.1.1](https://github.com/microlinkhq/keyv/compare/v1.1.0...v1.1.1) (2021-07-30) **Note:** Version bump only for package @keyvhq/redis - - - - # [1.1.0](https://github.com/microlinkhq/keyv/compare/v1.0.2...v1.1.0) (2021-07-30) **Note:** Version bump only for package @keyvhq/redis - - - - ## [1.0.2](https://github.com/microlinkhq/keyv/compare/v1.0.1...v1.0.2) (2021-07-16) **Note:** Version bump only for package @keyvhq/redis - - - - ## [1.0.1](https://github.com/microlinkhq/keyv/compare/v1.0.0...v1.0.1) (2021-07-16) **Note:** Version bump only for package @keyvhq/redis - - - - ## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) **Note:** Version bump only for package @keyvhq/redis diff --git a/packages/redis/package.json b/packages/redis/package.json index 02b718e0..e218fd81 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": "1.6.6", + "version": "1.6.10", "main": "src/index.js", "author": { "email": "hello@microlink.io",