Skip to content

Commit 6083840

Browse files
chore: Release 1.7.0 [skip ci]
# [1.7.0](v1.6.1...v1.7.0) (2023-10-17) ### Features * update data from context usage ([bf550d5](bf550d5)) * upgrade to new fsmoothy version ([2147e4a](2147e4a))
1 parent bf550d5 commit 6083840

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.7.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.6.1...v1.7.0) (2023-10-17)
2+
3+
4+
### Features
5+
6+
* update data from context usage ([bf550d5](https://github.com/fsmoothy/typeorm-fsm/commit/bf550d518f2f0693cfa7bd9894cc3ae41dfe549a))
7+
* upgrade to new fsmoothy version ([2147e4a](https://github.com/fsmoothy/typeorm-fsm/commit/2147e4abc0a3beca7436335249515e71f0064ba2))
8+
19
## [1.6.1](https://github.com/fsmoothy/typeorm-fsm/compare/v1.6.0...v1.6.1) (2023-09-29)
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.6.1",
3+
"version": "1.7.0",
44
"author": "Vassiliy Kuzenkov (bondiano)",
55
"license": "MIT",
66
"description": "Strong typed state machine for your TypeORM Entities",

0 commit comments

Comments
 (0)