Skip to content

Commit

Permalink
chore(release): v1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 30, 2022
1 parent 26476f0 commit 14a414a
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 102 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.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30)

### Bug Fixes

* **core:** wait deserialize promise ([b5f3f1c](https://github.com/microlinkhq/keyv/commit/b5f3f1c4f93e79185807b3831ba37802ab9e10fc))

## [1.6.8](https://github.com/microlinkhq/keyv/compare/v1.6.7...v1.6.8) (2022-03-28)

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

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)

## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30)

### Bug Fixes

* linter ([328d51c](https://github.com/microlinkhq/keyv/commit/328d51c1a16f753d9341246184eab79203afdda4))
* linter ([c36c964](https://github.com/microlinkhq/keyv/commit/c36c964a16e79d8bd0e4fd62a926293e89ea0472))

* **core:** wait deserialize promise ([b5f3f1c](https://github.com/microlinkhq/keyv/commit/b5f3f1c4f93e79185807b3831ba37802ab9e10fc))

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)

### Bug Fixes

* linter ([328d51c](https://github.com/microlinkhq/keyv/commit/328d51c1a16f753d9341246184eab79203afdda4))
* linter ([c36c964](https://github.com/microlinkhq/keyv/commit/c36c964a16e79d8bd0e4fd62a926293e89ea0472))

## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)


### Bug Fixes

* linter ([328d51c](https://github.com/microlinkhq/keyv/commit/328d51c1a16f753d9341246184eab79203afdda4))
* linter ([c36c964](https://github.com/microlinkhq/keyv/commit/c36c964a16e79d8bd0e4fd62a926293e89ea0472))





## [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)


### Bug Fixes

* removed dupe titles ([273cd62](https://github.com/microlinkhq/keyv/commit/273cd6218417b9e131ad5393deb884ab1aaec7fa))





## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08)

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

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30)

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

## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)



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

## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09)

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





## [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





## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08)

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





# [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05)

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





## [1.5.1](https://github.com/microlinkhq/keyv/compare/v1.5.0...v1.5.1) (2021-09-16)

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





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

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





# [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01)

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





## [1.2.7](https://github.com/microlinkhq/keyv/compare/v1.2.6...v1.2.7) (2021-08-24)

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





## [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)


### Features

* **memoize:** add a way to invalidate on demand ([82e713b](https://github.com/microlinkhq/keyv/commit/82e713b3e73686598f2a5a815467aa9ba6e7d532))





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


### Bug Fixes

* stale ttl value could be 0 ([694ea16](https://github.com/microlinkhq/keyv/commit/694ea1680eac5245c78af296033fa96c845ca9f4))





## [1.2.3](https://github.com/microlinkhq/keyv/compare/v1.2.2...v1.2.3) (2021-08-17)


### Bug Fixes

* indent ([0e2c243](https://github.com/microlinkhq/keyv/commit/0e2c243d687676ed200ac4390d2c30be79db19f1))





## [1.2.2](https://github.com/microlinkhq/keyv/compare/v1.2.1...v1.2.2) (2021-08-16)

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





## [1.2.1](https://github.com/microlinkhq/keyv/compare/v1.2.0...v1.2.1) (2021-08-12)

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





# [1.2.0](https://github.com/microlinkhq/keyv/compare/v1.1.1...v1.2.0) (2021-08-11)


### Bug Fixes

* clear pending after stale is refreshed ([ee49c03](https://github.com/microlinkhq/keyv/commit/ee49c03b1e6f88231b385f16b2e1ab0688464333))


### Features

* expose more memoize methods ([c032e93](https://github.com/microlinkhq/keyv/commit/c032e939e787bfadf587cd89fde2a9f225307ac5))





## [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/memoize





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


### Features

* add memoize package ([25e1c4f](https://github.com/microlinkhq/keyv/commit/25e1c4f94115dc99e72d1dca28c3e31211d45b5a))
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.6",
"version": "1.6.9",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.6.6",
"@keyvhq/core": "^1.6.9",
"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.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30)

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

## [1.6.8](https://github.com/microlinkhq/keyv/compare/v1.6.7...v1.6.8) (2022-03-28)

### Bug Fixes
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.8",
"version": "1.6.9",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "^1.6.6"
"@keyvhq/core": "^1.6.9"
},
"devDependencies": {
"@keyvhq/compress": "latest",
Expand Down

0 comments on commit 14a414a

Please sign in to comment.