From 000f4b177f00abb47d0531a7359337021be260ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Jan 2025 15:53:01 +0000 Subject: [PATCH] :bookmark: chore(release): v2.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [Version 2.1.0](https://github.com/arvinxx/zustand-utils/compare/v2.0.0...v2.1.0) Released on **2025-01-13** #### ✨ Features - CreateContext support for custom defaultEqualityFn.
Improvements and Fixes #### What's improved * CreateContext support for custom defaultEqualityFn, closes [#3](https://github.com/arvinxx/zustand-utils/issues/3) ([4b71b99](https://github.com/arvinxx/zustand-utils/commit/4b71b99))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a49103a..179fdd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [Version 2.1.0](https://github.com/arvinxx/zustand-utils/compare/v2.0.0...v2.1.0) + +Released on **2025-01-13** + +#### ✨ Features + +- CreateContext support for custom defaultEqualityFn. + +
+ +
+Improvements and Fixes + +#### What's improved + +- CreateContext support for custom defaultEqualityFn, closes [#3](https://github.com/arvinxx/zustand-utils/issues/3) ([4b71b99](https://github.com/arvinxx/zustand-utils/commit/4b71b99)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 2.0.0](https://github.com/arvinxx/zustand-utils/compare/v1.3.2...v2.0.0) Released on **2025-01-13** diff --git a/package.json b/package.json index db258ea..e8d6e9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-utils", - "version": "2.0.0", + "version": "2.1.0", "description": "some utils for zustand", "keywords": [ "zustand"