Skip to content

Commit

Permalink
chore(release): v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 15, 2021
1 parent 8a545d3 commit 0d0bc9e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/microlinkhq/keyv/compare/v1.4.0...v1.5.0) (2021-09-15)


### Bug Fixes

* **test:** t.fail instead of t.throw ([98b9551](https://github.com/microlinkhq/keyv/commit/98b955140930d25814041ca3237bc005b7824c64))


### Features

* multicache ([2defb17](https://github.com/microlinkhq/keyv/commit/2defb17149af82bfdc8f87119c15431e59873e8c))


### Performance Improvements

* do parallel when is possible ([fed8ded](https://github.com/microlinkhq/keyv/commit/fed8dedf5d022fd51bbe556bff65e2962141a0c0))





# [1.4.0](https://github.com/microlinkhq/keyv/compare/v1.3.0...v1.4.0) (2021-09-12)


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.4.0",
"version": "1.5.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
11 changes: 11 additions & 0 deletions packages/multi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/microlinkhq/keyv/compare/v1.4.0...v1.5.0) (2021-09-15)


### Performance Improvements

* do parallel when is possible ([fed8ded](https://github.com/microlinkhq/keyv/commit/fed8dedf5d022fd51bbe556bff65e2962141a0c0))
2 changes: 1 addition & 1 deletion 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.2.7",
"version": "1.5.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down

0 comments on commit 0d0bc9e

Please sign in to comment.