From c944af1c2637c3813666e299b9fd476d85ce9948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 23:41:22 +0000 Subject: [PATCH] chore(main): release 1.3.6 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f14e5be --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [1.3.6](https://github.com/chrisvander/zustand-computed/compare/v1.3.5...v1.3.6) (2023-09-15) + + +### Bug Fixes + +* enforce simple strict tsconfig ([d66f4a9](https://github.com/chrisvander/zustand-computed/commit/d66f4a924f5718ea88b3f9ad7af61ec35c6b3dce)) +* types & method of comparing existing ([398d6f2](https://github.com/chrisvander/zustand-computed/commit/398d6f2a2bb2dc3d6dcc64cc3c1e6dca4f63d21f)) +* Update zustand peerDependencies; Update example zustand. Fix example test ([e41b2c3](https://github.com/chrisvander/zustand-computed/commit/e41b2c32105da94bfff85705d4b708205d7390d0)) diff --git a/package.json b/package.json index c66b91c..9855867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-computed", - "version": "1.3.5", + "version": "1.3.6", "description": "A Zustand middleware to create computed states.", "author": "chrisvander", "license": "MIT",