diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0d5861..c36a0ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.4.1](https://github.com/crimx/value-enhancer/compare/v5.4.0...v5.4.1) (2024-05-22) + ## [5.4.0](https://github.com/crimx/value-enhancer/compare/v5.3.0...v5.4.0) (2024-05-17) diff --git a/package.json b/package.json index 096a2435..351d75c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "value-enhancer", - "version": "5.4.0", + "version": "5.4.1", "private": false, "description": "Enhance value with plain and explicit reactive wrapper. Think of it as hook-style signals.", "license": "MIT",