diff --git a/CHANGELOG.md b/CHANGELOG.md index 9413949..f2fff9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3] - 2026-07-06 + +### Changed + +- Bumped `@types/node` in the types-build-toolchain group (#188). +- Bumped `@vitejs/plugin-react` from 6.0.2 to 6.0.3 (#189). +- Bumped `globals` from 17.6.0 to 17.7.0 (#191). +- Bumped `vite` from 8.0.16 to 8.1.0 (#190). +- Bumped linting group dependencies with 4 updates (#187). + ## [0.3.2] - 2026-06-29 ### Added diff --git a/packages/core/package.json b/packages/core/package.json index 7fc4819..f916e77 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow-ts/core", - "version": "0.3.2", + "version": "0.3.3", "description": "Core workflow runtime and types", "keywords": [ "workflow", diff --git a/packages/react/package.json b/packages/react/package.json index 4070f16..5526703 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@workflow-ts/react", - "version": "0.3.2", + "version": "0.3.3", "description": "React bindings for workflow-ts", "keywords": [ "workflow",