File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments