diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0c3af..b2e8916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [2.3.3] - 2024-05-26 + +### Added + +- Enhanced the logic for checking separators in the `SlotCounter` component. The separator check now includes NBSP and additional whitespace characters, ensuring a more comprehensive and accurate check. + ## [2.3.2] - 2024-05-17 ### Fixed diff --git a/package.json b/package.json index 4bece23..b5c9a7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-slot-counter", - "version": "2.3.2", + "version": "2.3.3", "description": "Make Your Numbers Pop: Simple and Dynamic Counters for Your UI", "author": "almond-bongbong", "license": "MIT",