Skip to content

Commit 38d7434

Browse files
chore: Release 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2023-09-29) ### Bug Fixes * add missed reexports ([b8a0508](b8a0508))
1 parent b8a0508 commit 38d7434

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [1.6.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.5.0...v1.6.0) (2023-09-28)
29

310

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.0",
3+
"version": "1.6.1",
44
"author": "Vassiliy Kuzenkov (bondiano)",
55
"license": "MIT",
66
"description": "Strong typed state machine for your TypeORM Entities",

0 commit comments

Comments
 (0)