We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf550d5 commit 6083840Copy full SHA for 6083840
CHANGELOG.md
@@ -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
9
## [1.6.1](https://github.com/fsmoothy/typeorm-fsm/compare/v1.6.0...v1.6.1) (2023-09-29)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "typeorm-fsm",
- "version": "1.6.1",
+ "version": "1.7.0",
"author": "Vassiliy Kuzenkov (bondiano)",
"license": "MIT",
"description": "Strong typed state machine for your TypeORM Entities",
0 commit comments