From 3c32a0e57712cdd45a2183da3c5363c838738c18 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Fri, 25 Nov 2022 18:58:46 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.3.2=20=F0=9F=8E=89=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 6038b8b..331fb04 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +### [1.3.2](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.1...v1.3.2) (2022-11-25) + + +### Bug Fixes + +* **deps:** upgrade depenedency on type fns ([7201a41](https://www.github.com/ehmpathy/with-remote-state-caching/commit/7201a41558536149ff41c2b501016bd660d17a61)) + ### [1.3.1](https://www.github.com/ehmpathy/with-remote-state-caching/compare/v1.3.0...v1.3.1) (2022-11-25) diff --git a/package-lock.json b/package-lock.json index aa2d04a..2120656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-remote-state-caching", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-remote-state-caching", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@types/sha.js": "^2.4.0", diff --git a/package.json b/package.json index f5d31d0..2faef69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-remote-state-caching", - "version": "1.3.1", + "version": "1.3.2", "description": "A wrapper that makes it simple to add caching to any function", "author": "UladKasach @uladkasach", "license": "MIT",