Skip to content

Commit db72ce7

Browse files
chore: Release 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2023-09-23) ### Features * add state helper ([507432a](507432a)) * migrate to new bind method ([d485c56](d485c56)) * update fsmoothy core package ([b6958a1](b6958a1)) * update fsmoothy version ([890cd2f](890cd2f))
1 parent 507432a commit db72ce7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.5.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.4.0...v1.5.0) (2023-09-23)
2+
3+
4+
### Features
5+
6+
* add state helper ([507432a](https://github.com/fsmoothy/typeorm-fsm/commit/507432a85582837b206890e511fb01834c3ba2e4))
7+
* migrate to new bind method ([d485c56](https://github.com/fsmoothy/typeorm-fsm/commit/d485c56d3bd8de977f9e3394b6a23eb9c6ef7325))
8+
* update fsmoothy core package ([b6958a1](https://github.com/fsmoothy/typeorm-fsm/commit/b6958a1fd47312b66667fd952f64904c9d9ec7cd))
9+
* update fsmoothy version ([890cd2f](https://github.com/fsmoothy/typeorm-fsm/commit/890cd2f1194093968c89b1471cfcf56d3c5f8fba))
10+
111
# [1.4.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.3.0...v1.4.0) (2023-09-03)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-fsm",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"author": "Vassiliy Kuzenkov (bondiano)",
55
"license": "MIT",
66
"description": "Strong typed state machine for your TypeORM Entities",

0 commit comments

Comments
 (0)