Skip to content

Commit

Permalink
chore(release): v1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 1, 2022
1 parent d388f21 commit c532b78
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 61 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.

## [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
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": "1.6.9",
"version": "1.6.10",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
64 changes: 5 additions & 59 deletions packages/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "1.6.6",
"version": "1.6.10",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit c532b78

Please sign in to comment.