diff --git a/changelog.md b/changelog.md index 4419664..f0e2641 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.9](https://github.com/ehmpathy/with-remote-state-caching/compare/v1.3.8...v1.3.9) (2024-08-04) + + +### Bug Fixes + +* **deps:** bump with-simple-caching version ([#15](https://github.com/ehmpathy/with-remote-state-caching/issues/15)) ([866c57d](https://github.com/ehmpathy/with-remote-state-caching/commit/866c57d0a50fa38513af5b301080fc2799b03c7e)) +* **practs:** bump practs to latest best ([34c7515](https://github.com/ehmpathy/with-remote-state-caching/commit/34c7515ae6122196885b79ab425cbc25f73a074c)) + ### [1.3.8](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.7...v1.3.8) (2024-04-27) diff --git a/package-lock.json b/package-lock.json index bf04f40..bd81893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-remote-state-caching", - "version": "1.3.8", + "version": "1.3.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-remote-state-caching", - "version": "1.3.8", + "version": "1.3.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e3a9983..5aa71f7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "with-remote-state-caching", "author": "ehmpathy", "description": "A wrapper that makes it simple to add caching to any function", - "version": "1.3.8", + "version": "1.3.9", "license": "MIT", "repository": "ehmpathy/with-remote-state-caching", "homepage": "https://github.com/ehmpathy/with-remote-state-caching",