We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be539cb commit 0b48d73Copy full SHA for 0b48d73
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.3](https://github.com/bondiano/typeorm-fsm/compare/v1.1.2...v1.1.3) (2023-08-30)
2
+
3
4
+### Bug Fixes
5
6
+* update semantic-release config ([be539cb](https://github.com/bondiano/typeorm-fsm/commit/be539cb0ab1f81098a84962d7f800d7486264284))
7
8
# [1.1.0](https://github.com/bondiano/typeorm-fsm/compare/v1.0.0...v1.1.0) (2023-08-29)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "fsm-typeorm",
- "version": "1.1.2",
+ "version": "1.1.3",
"author": "Vassiliy Kuzenkov (bondiano)",
"license": "MIT",
"description": "Strong typed state machine for your TypeORM Entities",
0 commit comments