Skip to content

Commit

Permalink
chore(release): v1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 29, 2022
1 parent 8d5f625 commit 174e01c
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 6 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.14](https://github.com/microlinkhq/keyv/compare/v1.6.13...v1.6.14) (2022-05-29)

### Bug Fixes

* added async deserialize/serialize functions ([703b98b](https://github.com/microlinkhq/keyv/commit/703b98b918d235bac76760e20e907e0bc028bfa0))

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

### 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.13",
"version": "1.6.14",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.14](https://github.com/microlinkhq/keyv/compare/v1.6.13...v1.6.14) (2022-05-29)

### Bug Fixes

* added async deserialize/serialize functions ([703b98b](https://github.com/microlinkhq/keyv/commit/703b98b918d235bac76760e20e907e0bc028bfa0))

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

### Bug Fixes
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.13",
"version": "1.6.14",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions packages/memoize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.14](https://github.com/microlinkhq/keyv/compare/v1.6.13...v1.6.14) (2022-05-29)

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

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

**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.13",
"version": "1.6.14",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.6.13",
"@keyvhq/core": "^1.6.14",
"mimic-fn": "~3.0.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/multi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.14](https://github.com/microlinkhq/keyv/compare/v1.6.13...v1.6.14) (2022-05-29)

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

## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22)

**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.13",
"version": "1.6.14",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.6.13"
"@keyvhq/core": "^1.6.14"
},
"devDependencies": {
"@keyvhq/compress": "latest",
Expand Down

0 comments on commit 174e01c

Please sign in to comment.