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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
21
## [ v4.1.0] - 2022-08-07
10
22
### Added
11
23
- ` 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
139
151
` ts-jest ` *
140
152
- ` spectron ` * - Deprecated package; No replacement*
141
153
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
143
155
[ v4.0.0 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v3.0.0...v4.0.0
144
156
[ 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