Skip to content

Commit 486e3ff

Browse files
committed
Update CHANGELOG
1 parent 90b361c commit 486e3ff

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG_V4+.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v4.1.1] - 2022-08-10
10+
### Fixed
11+
- Cannot find module issue reported by TypeScript server on relative imports
12+
after the migration to ES modules.
13+
14+
### Updates on package dependencies
15+
- Minor & patch version updates:
16+
- `@types/react` - `18.0.15` -> `18.0.17`
17+
- `@typescript-eslint/eslint-plugin` & `@typescript-eslint/parser` -
18+
`5.32.0` -> `5.33.0`
19+
- `eslint-plugin-jest` - `26.7.0` -> `26.8.2`
20+
921
## [v4.1.0] - 2022-08-07
1022
### Added
1123
- `tsconfig.eslint.json` to avoid ESLint complains for file not being included
@@ -139,6 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139151
`ts-jest`*
140152
- `spectron` *- Deprecated package; No replacement*
141153

142-
[Unreleased]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1.0...HEAD
154+
[Unreleased]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1.1...HEAD
143155
[v4.0.0]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v3.0.0...v4.0.0
144156
[v4.1.0]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.0.0...v4.1.0
157+
[v4.1.1]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.2.0...v4.1.1

0 commit comments

Comments
 (0)