Skip to content

Commit 83b56ed

Browse files
committed
chore(release): v1.6.6
1 parent 6255017 commit 83b56ed

24 files changed

Lines changed: 141 additions & 17 deletions

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149))
12+
* correct glob pattern for nano-staged ([85008fd](https://github.com/microlinkhq/keyv/commit/85008fd59709329848e9756a484cd0dceb58b3cd))
13+
* linter ([328d51c](https://github.com/microlinkhq/keyv/commit/328d51c1a16f753d9341246184eab79203afdda4))
14+
* linter ([c36c964](https://github.com/microlinkhq/keyv/commit/c36c964a16e79d8bd0e4fd62a926293e89ea0472))
15+
16+
17+
18+
19+
620
## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)
721

822

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.6.5",
5+
"version": "1.6.6",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/compress/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
7+
8+
**Note:** Version bump only for package @keyvhq/compress
9+
10+
11+
12+
13+
614
## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)
715

816
**Note:** Version bump only for package @keyvhq/compress

packages/compress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/compress",
33
"description": "Adds compression bindings for your Keyv instance, saving as much space as you can.",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.5",
5+
"version": "1.6.6",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* linter ([328d51c](https://github.com/microlinkhq/keyv/commit/328d51c1a16f753d9341246184eab79203afdda4))
12+
* linter ([c36c964](https://github.com/microlinkhq/keyv/commit/c36c964a16e79d8bd0e4fd62a926293e89ea0472))
13+
14+
15+
16+
17+
618
## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)
719

820

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/core",
33
"description": "Simple key-value storage with support for multiple backends",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.5",
5+
"version": "1.6.6",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",

packages/memoize/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
7+
8+
**Note:** Version bump only for package @keyvhq/memoize
9+
10+
11+
12+
13+
614
## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)
715

816
**Note:** Version bump only for package @keyvhq/memoize

packages/memoize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/memoize",
33
"description": "Memoize any function using Keyv as storage backend.",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.5",
5+
"version": "1.6.6",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -27,7 +27,7 @@
2727
"value"
2828
],
2929
"dependencies": {
30-
"@keyvhq/core": "^1.6.5",
30+
"@keyvhq/core": "^1.6.6",
3131
"mimic-fn": "~3.0.0"
3232
},
3333
"devDependencies": {

packages/mongo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149))
12+
13+
14+
15+
16+
617
## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)
718

819

packages/mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/mongo",
33
"description": "MongoDB storage adapter for Keyv",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.5",
5+
"version": "1.6.6",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",

0 commit comments

Comments
 (0)