Skip to content

Commit

Permalink
chore(release): v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 24, 2022
1 parent 2e37766 commit e635c26
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.4](https://github.com/microlinkhq/keyv/compare/v1.6.3...v1.6.4) (2022-01-24)

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





## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)


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.3",
"version": "1.6.4",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.4](https://github.com/microlinkhq/keyv/compare/v1.6.3...v1.6.4) (2022-01-24)

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





## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/core",
"description": "Simple key-value storage with support for multiple backends",
"homepage": "https://keyv.js.org",
"version": "1.6.3",
"version": "1.6.4",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/memoize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.4](https://github.com/microlinkhq/keyv/compare/v1.6.3...v1.6.4) (2022-01-24)

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





## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)

**Note:** Version bump only for package @keyvhq/memoize
Expand Down
4 changes: 2 additions & 2 deletions packages/memoize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/memoize",
"description": "Memoize any function using Keyv as storage backend.",
"homepage": "https://keyv.js.org",
"version": "1.6.3",
"version": "1.6.4",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.6.3",
"@keyvhq/core": "^1.6.4",
"mimic-fn": "~3.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.4](https://github.com/microlinkhq/keyv/compare/v1.6.3...v1.6.4) (2022-01-24)

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





## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)

**Note:** Version bump only for package @keyvhq/mongo
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/mongo",
"description": "MongoDB storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "1.6.3",
"version": "1.6.4",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/multi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.4](https://github.com/microlinkhq/keyv/compare/v1.6.3...v1.6.4) (2022-01-24)

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





## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01)

**Note:** Version bump only for package @keyvhq/multi
Expand Down
4 changes: 2 additions & 2 deletions packages/multi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/multi",
"description": "Layered cache with any backend",
"homepage": "https://keyv.js.org",
"version": "1.6.3",
"version": "1.6.4",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.6.3"
"@keyvhq/core": "^1.6.4"
},
"devDependencies": {
"@keyvhq/sqlite": "latest",
Expand Down

0 comments on commit e635c26

Please sign in to comment.