diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8c9f52..b312ef8b 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.5.1](https://github.com/crimx/value-enhancer/compare/v5.5.0...v5.5.1) (2024-12-24) + ## [5.5.0](https://github.com/crimx/value-enhancer/compare/v5.4.6...v5.5.0) (2024-09-04) diff --git a/package.json b/package.json index f4b59ae3..54b8fdea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "value-enhancer", - "version": "5.5.0", + "version": "5.5.1", "private": false, "description": "Enhance value with plain and explicit reactive wrapper. Think of it as hook-style signals.", "license": "MIT",