Skip to content

Commit b51a6e2

Browse files
chore: Release 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2023-09-01) ### Features * allow to extend custom base entity ([2bce92a](2bce92a)) * move fsm to corresponding property in instance ([658198e](658198e))
1 parent 370a4d5 commit b51a6e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.3.0](https://github.com/bondiano/typeorm-fsm/compare/v1.2.0...v1.3.0) (2023-09-01)
2+
3+
4+
### Features
5+
6+
* allow to extend custom base entity ([2bce92a](https://github.com/bondiano/typeorm-fsm/commit/2bce92a9cee6022a143946033731c671dadb3a8f))
7+
* move fsm to corresponding property in instance ([658198e](https://github.com/bondiano/typeorm-fsm/commit/658198e9511b10a3a5bf3a42ef5359f5f962abff))
8+
19
# [1.2.0](https://github.com/bondiano/typeorm-fsm/compare/v1.1.3...v1.2.0) (2023-08-31)
210

311

package.json

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

0 commit comments

Comments
 (0)