Skip to content

Commit

Permalink
chore(release): v1.3.8 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Apr 27, 2024
1 parent ac18ac6 commit af82bf0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.3.8](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.7...v1.3.8) (2024-04-27)


### Bug Fixes

* **invalidation:** ensure cache invalidation triggered on mutation input as well ([ac18ac6](https://www.github.com/ehmpathy/with-remote-state-caching/commit/ac18ac6c630825e11f894ccdca57a8c913ee4954))
* **types:** ensure mutationOutput is the awaited result everywhere ([173e1eb](https://www.github.com/ehmpathy/with-remote-state-caching/commit/173e1eb4af88f92b1eced908c2b33f1924be8830))

### [1.3.7](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.6...v1.3.7) (2023-08-01)


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": "with-remote-state-caching",
"version": "1.3.7",
"version": "1.3.8",
"description": "A wrapper that makes it simple to add caching to any function",
"author": "UladKasach @uladkasach",
"license": "MIT",
Expand Down

0 comments on commit af82bf0

Please sign in to comment.