Skip to content

Commit 88660cf

Browse files
chore: Release 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2023-12-27) ### Bug Fixes * conflict entity on bulk update ([8a3601c](8a3601c)) * update package lock ([3077378](3077378)) ### Features * update fsmoothy version ([78262df](78262df)) * update packages ([6b23fee](6b23fee))
1 parent b6b2393 commit 88660cf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.8.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.7.0...v1.8.0) (2023-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* conflict entity on bulk update ([8a3601c](https://github.com/fsmoothy/typeorm-fsm/commit/8a3601c35c1a48ba9fd741abe4693ba9084450fb))
7+
* update package lock ([3077378](https://github.com/fsmoothy/typeorm-fsm/commit/30773789e584b03d0c6c81966d6aa73b702e30ff))
8+
9+
10+
### Features
11+
12+
* update fsmoothy version ([78262df](https://github.com/fsmoothy/typeorm-fsm/commit/78262df367e175bf543d1d148a561d6c09d9d6db))
13+
* update packages ([6b23fee](https://github.com/fsmoothy/typeorm-fsm/commit/6b23fee86d91bc2f5353b14ccdc331a801657f6f))
14+
115
# [1.7.0](https://github.com/fsmoothy/typeorm-fsm/compare/v1.6.1...v1.7.0) (2023-10-17)
216

317

package.json

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

0 commit comments

Comments
 (0)