Skip to content

Commit d1e8a35

Browse files
authored
Update CHANGELOG and core to get statemachine bugfix (#922)
1 parent 7b3c6fd commit d1e8a35

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
Breaking changes marked with a :boom:
66

7+
## [1.4.3] - 2022-10-14
8+
9+
### Bug Fixes
10+
11+
- [`nyc-test-coverage`] Delay checking for **coverage** until helpers run because **coverage** is undefined when Jest
12+
starts ([#910](https://github.com/temporalio/sdk-typescript/pull/910))
13+
- [`worker`] Avoid a race in shutdown hooks ([#918](https://github.com/temporalio/sdk-typescript/pull/918))
14+
- [`core`] Ignore cancels of StartFailed state in child workflows, see: https://github.com/temporalio/sdk-core/pull/413
15+
716
## [1.4.2] - 2022-10-06
817

918
### Bug Fixes

0 commit comments

Comments
 (0)