Skip to content

Commit b1a8b05

Browse files
chore: Release 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2023-09-03) ### Bug Fixes * use entity instad of context ([4adf25d](4adf25d)) ### Features * migrate to fsmoothy package ([ec70a0f](ec70a0f))
1 parent ec70a0f commit b1a8b05

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.4.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.3.0...v1.4.0) (2023-09-03)
2+
3+
4+
### Bug Fixes
5+
6+
* use entity instad of context ([4adf25d](https://github.com/fsmoothy/typeorm-fsm/commit/4adf25d40730d1ad0b781305676ff6c46ad1b5d5))
7+
8+
9+
### Features
10+
11+
* migrate to fsmoothy package ([ec70a0f](https://github.com/fsmoothy/typeorm-fsm/commit/ec70a0fd0ea2cfec68ec54f239f267e79dffb5d0))
12+
113
# [1.3.0](https://github.com/bondiano/typeorm-fsm/compare/v1.2.0...v1.3.0) (2023-09-01)
214

315

package.json

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

0 commit comments

Comments
 (0)