Skip to content

Commit

Permalink
chore(release): v0.11.4 🎉 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Aug 11, 2023
1 parent 2f8ad46 commit c6cbc51
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,5 +1,12 @@
# Changelog

## [0.11.4](https://github.com/ehmpathy/with-simple-caching/compare/v0.11.3...v0.11.4) (2023-08-11)


### Bug Fixes

* **async:** enable deduplication cache input to with-async-cache ([2f8ad46](https://github.com/ehmpathy/with-simple-caching/commit/2f8ad4625107704acb6070fa77b5909221ca4231))

## [0.11.3](https://github.com/ehmpathy/with-simple-caching/compare/v0.11.2...v0.11.3) (2023-07-28)


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
Expand Up @@ -2,7 +2,7 @@
"name": "with-simple-caching",
"author": "ehmpathy",
"description": "A wrapper that makes it simple to add caching to any function",
"version": "0.11.3",
"version": "0.11.4",
"repository": "ehmpathy/with-simple-caching",
"homepage": "https://github.com/ehmpathy/with-simple-caching",
"keywords": [
Expand Down

0 comments on commit c6cbc51

Please sign in to comment.