Skip to content

Commit

Permalink
chore(release): v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 24, 2021
1 parent fb2b81c commit 0916628
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 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.2.6](https://github.com/microlinkhq/keyv/compare/v1.2.5...v1.2.6) (2021-08-24)

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





## [1.2.5](https://github.com/microlinkhq/keyv/compare/v1.2.4...v1.2.5) (2021-08-19)


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.2.5",
"version": "1.2.6",
"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.2.6](https://github.com/microlinkhq/keyv/compare/v1.2.5...v1.2.6) (2021-08-24)

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





## [1.1.1](https://github.com/microlinkhq/keyv/compare/v1.1.0...v1.1.1) (2021-07-30)

**Note:** Version bump only for package @keyvhq/core
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.1.1",
"version": "1.2.6",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
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.2.6](https://github.com/microlinkhq/keyv/compare/v1.2.5...v1.2.6) (2021-08-24)

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





## [1.2.5](https://github.com/microlinkhq/keyv/compare/v1.2.4...v1.2.5) (2021-08-19)


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.2.5",
"version": "1.2.6",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.1.1",
"@keyvhq/core": "^1.2.6",
"json-buffer": "^3.0.0",
"mimic-fn": "~3.0.0",
"p-any": "~2.1.0"
Expand Down

0 comments on commit 0916628

Please sign in to comment.