Skip to content

Commit 02bed80

Browse files
chore: Release 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2023-09-28) ### Features * don't allow nested state ([f350c20](f350c20)) * update fsmoothy version ([af1919b](af1919b)) * update fsmoothy version ([fcbcfb1](fcbcfb1))
1 parent af1919b commit 02bed80

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.6.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.5.0...v1.6.0) (2023-09-28)
2+
3+
4+
### Features
5+
6+
* don't allow nested state ([f350c20](https://github.com/fsmoothy/typeorm-fsm/commit/f350c209a97c83e15fdd378c37db0cccb984b108))
7+
* update fsmoothy version ([af1919b](https://github.com/fsmoothy/typeorm-fsm/commit/af1919b81ba787f3d64ba57142505312f2087c6a))
8+
* update fsmoothy version ([fcbcfb1](https://github.com/fsmoothy/typeorm-fsm/commit/fcbcfb11bc77a477d4d19eecfcd27da6500de43f))
9+
110
# [1.5.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.4.0...v1.5.0) (2023-09-23)
211

312

package.json

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

0 commit comments

Comments
 (0)