Skip to content

Commit 5f3cc7c

Browse files
committed
Update CHANGELOG
1 parent 09f7baf commit 5f3cc7c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG_V4+.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Changed
2121
- File extension of Jest & Webpack config files to `mjs`.
22+
- Jest config to move `ts-jest` config to `transform` ([#40])
2223
- NPM `test` script to run scripts `lint` then `jest`.
2324
- Rolled back the value of `moduleResolution` in `tsconfig` to `Node` (means
2425
`.js` file extension on relative imports is now __OPTIONAL__).
2526
- Enhanced function `pathsToESModuleNameMapper` in `jest.config.js` to return a
2627
less clumsy mapping object.
2728

29+
### Updates on package dependencies
30+
31+
### Update
32+
- Major version updates:
33+
- `@types/jest` - `28.1.6` -> `29.0.2` ([#40])
34+
- `jest` - `28.1.3` -> `29.0.3` ([#40])
35+
- `ts-jest` - `28.0.7` -> `29.0.1` ([#40])
36+
37+
[#40]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/pull/40
38+
2839
## [v4.1.2] - 2022-08-15
2940
### Added
3041
- Function `pathsToESModuleNameMapper` in `jest.config.js` to create the module

0 commit comments

Comments
 (0)