We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a0508 commit 38d7434Copy full SHA for 38d7434
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.6.1](https://github.com/fsmoothy/typeorm-fsm/compare/v1.6.0...v1.6.1) (2023-09-29)
2
+
3
4
+### Bug Fixes
5
6
+* add missed reexports ([b8a0508](https://github.com/fsmoothy/typeorm-fsm/commit/b8a050815b9ccbe100d7da2137117503a961f341))
7
8
# [1.6.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.5.0...v1.6.0) (2023-09-28)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "typeorm-fsm",
- "version": "1.6.0",
+ "version": "1.6.1",
"author": "Vassiliy Kuzenkov (bondiano)",
"license": "MIT",
"description": "Strong typed state machine for your TypeORM Entities",
0 commit comments