Skip to content

Commit 9b75666

Browse files
committed
Update release notes
1 parent e48757d commit 9b75666

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/pluggable-widgets-tools/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919
- The `jest-jasmine2` runner has been removed. Tests using Jasmine-specific globals (`jasmine.createSpy()`, `jasmine.objectContaining()`, etc.) will throw `ReferenceError: jasmine is not defined`. Replace with Jest equivalents: `jest.fn()`, `expect.objectContaining()`.
2020
- Consumers who extended the base config with `globals['ts-jest']` options must migrate those settings to the `@swc/jest` transform config.
2121

22+
### Fixed
23+
24+
- We updated the type generator to format types according to prettier. Inconsistencies would block the `release` command.
25+
26+
2227
## [11.11.0] - 2026-06-04
2328

2429
### Added

0 commit comments

Comments
 (0)