File tree Expand file tree Collapse file tree 18 files changed +92
-14
lines changed
Expand file tree Collapse file tree 18 files changed +92
-14
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 1.6.2 " ,
5+ "version" : " 1.6.3 " ,
66 "command" : {
77 "bootstrap" : {
88 "npmClientArgs" : [
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments