Skip to content

Commit

Permalink
chore(release): v1.3.3 🎉 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Nov 28, 2022
1 parent 1e2aa97 commit 4f34c06
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [1.3.3](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.2...v1.3.3) (2022-11-28)


### Bug Fixes

* **deps:** bump with-simple-caching dep version ([1e2aa97](https://www.github.com/ehmpathy/with-remote-state-caching/commit/1e2aa97980ca03ab0f6771da8a42988859c1b1c5))
* **mutations:** ensure mutations say the correct operation type when getting name fails ([b47c569](https://www.github.com/ehmpathy/with-remote-state-caching/commit/b47c56914ecb9525beab547101c2ef56c09fb10b))
* **tests:** add additional test coverage ensuring proper operation of triggers ([e558809](https://www.github.com/ehmpathy/with-remote-state-caching/commit/e558809d89fa215d50dac9d11f89ec9e11d50dca))

### [1.3.2](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.1...v1.3.2) (2022-11-25)


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

0 comments on commit 4f34c06

Please sign in to comment.