Skip to content

Commit

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

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


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

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


Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "1.2.4",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down

0 comments on commit dd584d4

Please sign in to comment.