From 71c7f7913aa5842ff08d549b3271c0eeaa513cc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:03:28 -0400 Subject: [PATCH] chore(main): release 1.4.1 (#21) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d8f10..9cad2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/chrisvander/zustand-computed/compare/v1.4.0...v1.4.1) (2024-04-18) + + +### Bug Fixes + +* module zustand -> zustand/vanilla ([#18](https://github.com/chrisvander/zustand-computed/issues/18)) ([6feb628](https://github.com/chrisvander/zustand-computed/commit/6feb628fdb1bf3a924cdb438e903f09471845b9e)) + ## [1.4.0](https://github.com/chrisvander/zustand-computed/compare/v1.3.7...v1.4.0) (2024-03-03) diff --git a/package.json b/package.json index c97365d..970201b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-computed", - "version": "1.4.0", + "version": "1.4.1", "description": "A Zustand middleware to create computed states.", "author": "chrisvander", "license": "MIT",