diff --git a/changelog.md b/changelog.md index 329ad23..9d0aa56 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-07-19 - 2.0.24 - fix(core) +Multiple fixes and improvements + +- Fixed StateAction trigger method to properly return Promise +- Updated CI workflows to use new container registry and npmci package name +- Added pnpm workspace configuration for built-only dependencies + ## 2025-07-19 - 2.0.23 - fix(ci) Update CI workflows to use new container registry and npmci package name diff --git a/package.json b/package.json index ef5add8..f25eb72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartstate", - "version": "2.0.23", + "version": "2.0.24", "private": false, "description": "A package for handling and managing state in applications.", "main": "dist_ts/index.js",