Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 14, 2022
1 parent f997e5f commit 8b2b684
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/Alorel/memoise-decorator/compare/2.0.0...2.0.1) (2022-01-14)


### Bug Fixes

* Expose the default cache key generator ([f997e5f](https://github.com/Alorel/memoise-decorator/commit/f997e5f1e2976eb91726bb8b9e0b340f23329aab))

# [2.0.0](https://github.com/Alorel/memoise-decorator/compare/1.1.1...2.0.0) (2022-01-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aloreljs/memoise-decorator",
"version": "2.0.0",
"version": "2.0.1",
"description": "An ES7 decorator for memoising (caching) a method's response",
"keywords": [
"es7",
Expand Down

0 comments on commit 8b2b684

Please sign in to comment.