Skip to content

Commit 3ce2773

Browse files
authored
Merge pull request #15 from vandetho/release-please--branches--main--components--symflow
chore(main): release 1.15.0
2 parents c1d1c26 + ab84249 commit 3ce2773

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.15.0](https://github.com/vandetho/symflow/compare/v1.14.0...v1.15.0) (2025-03-22)
4+
5+
6+
### Features
7+
8+
* improve StateMachine validation and state handling ([5df4e63](https://github.com/vandetho/symflow/commit/5df4e632d43987471a3a28bcb7c793340fee6e14))
9+
* **symflow:** refine state transition logic handling ([dfb9f82](https://github.com/vandetho/symflow/commit/dfb9f82943e9a709c7df2bddd004a256eeda8806))
10+
311
## [1.14.0](https://github.com/vandetho/symflow/compare/v1.13.0...v1.14.0) (2025-03-21)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "symflow",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "SymFlow is a powerful workflow and state machine engine for Node.js, inspired by Symfony Workflow. It allows you to define workflows, transition entities between states, and optionally log audit trails.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)