Skip to content

Commit c375f9a

Browse files
committed
chore(release): v1.6.3
1 parent caa54a3 commit c375f9a

File tree

18 files changed

+92
-14
lines changed

18 files changed

+92
-14
lines changed

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.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)
7+
8+
9+
### Bug Fixes
10+
11+
* removed dupe titles ([273cd62](https://github.com/microlinkhq/keyv/commit/273cd6218417b9e131ad5393deb884ab1aaec7fa))
12+
13+
14+
15+
16+
617
## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08)
718

819
**Note:** Version bump only for package @keyvhq/monorepo

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.2",
5+
"version": "1.6.3",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/core/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.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)
7+
8+
9+
### Bug Fixes
10+
11+
* removed dupe titles ([273cd62](https://github.com/microlinkhq/keyv/commit/273cd6218417b9e131ad5393deb884ab1aaec7fa))
12+
13+
14+
15+
16+
617
## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08)
718

819
**Note:** Version bump only for package @keyvhq/core

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.2",
5+
"version": "1.6.3",
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.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)
7+
8+
**Note:** Version bump only for package @keyvhq/memoize
9+
10+
11+
12+
13+
614
## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08)
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.2",
5+
"version": "1.6.3",
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.2",
30+
"@keyvhq/core": "^1.6.3",
3131
"mimic-fn": "~3.0.0"
3232
},
3333
"devDependencies": {

packages/mongo/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.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)
7+
8+
**Note:** Version bump only for package @keyvhq/mongo
9+
10+
11+
12+
13+
614
## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08)
715

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

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.2",
5+
"version": "1.6.3",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",

packages/multi/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.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)
7+
8+
**Note:** Version bump only for package @keyvhq/multi
9+
10+
11+
12+
13+
614
## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08)
715

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

packages/multi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/multi",
33
"description": "Layered cache with any backend",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.2",
5+
"version": "1.6.3",
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.2"
30+
"@keyvhq/core": "^1.6.3"
3131
},
3232
"devDependencies": {
3333
"@keyvhq/keyv-sqlite": "latest",

0 commit comments

Comments
 (0)