Skip to content

Commit 491cc42

Browse files
chore: Release 1.2.0 [skip ci]
# [1.2.0](v1.1.3...v1.2.0) (2023-08-31) ### Features * add useful warning on duplicate transition ([d91168a](d91168a)) * allow chain subscription ([4d5b662](4d5b662)) * make possible to pass from as array ([43f319f](43f319f)) * remove almost useless isFinal method ([86bc9a3](86bc9a3))
1 parent cc2f2f6 commit 491cc42

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.2.0](https://github.com/bondiano/typeorm-fsm/compare/v1.1.3...v1.2.0) (2023-08-31)
2+
3+
4+
### Features
5+
6+
* add useful warning on duplicate transition ([d91168a](https://github.com/bondiano/typeorm-fsm/commit/d91168a6cc52cf016942d4405a16db4337699b7c))
7+
* allow chain subscription ([4d5b662](https://github.com/bondiano/typeorm-fsm/commit/4d5b662108bb3993e051d81dbb1beaccf5aff057))
8+
* make possible to pass from as array ([43f319f](https://github.com/bondiano/typeorm-fsm/commit/43f319ff41a781d38754202c675baa0ddb1983bc))
9+
* remove almost useless isFinal method ([86bc9a3](https://github.com/bondiano/typeorm-fsm/commit/86bc9a35549d6cf714b38b94aaa27c8dc72adaf7))
10+
111
## [1.1.3](https://github.com/bondiano/typeorm-fsm/compare/v1.1.2...v1.1.3) (2023-08-30)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-fsm",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"author": "Vassiliy Kuzenkov (bondiano)",
55
"license": "MIT",
66
"description": "Strong typed state machine for your TypeORM Entities",

0 commit comments

Comments
 (0)