Skip to content

Commit

Permalink
🔖 chore(release): v2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 2.1.0](v2.0.0...v2.1.0)
<sup>Released on **2025-01-13**</sup>

#### ✨ Features

- CreateContext support for custom defaultEqualityFn.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* CreateContext support for custom defaultEqualityFn, closes [#3](#3) ([4b71b99](4b71b99))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent 4b71b99 commit 000f4b1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [Version&nbsp;2.1.0](https://github.com/arvinxx/zustand-utils/compare/v2.0.0...v2.1.0)

<sup>Released on **2025-01-13**</sup>

#### ✨ Features

- CreateContext support for custom defaultEqualityFn.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### 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))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## [Version&nbsp;2.0.0](https://github.com/arvinxx/zustand-utils/compare/v1.3.2...v2.0.0)

<sup>Released on **2025-01-13**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zustand-utils",
"version": "2.0.0",
"version": "2.1.0",
"description": "some utils for zustand",
"keywords": [
"zustand"
Expand Down

0 comments on commit 000f4b1

Please sign in to comment.