@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ v4.1.0] - 2022-08-07
8
10
### Added
9
11
- ` tsconfig.eslint.json ` to avoid ESLint complains for file not being included
10
12
in project provided.
@@ -34,11 +36,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
36
35
37
### Updates on package dependencies
36
38
### Added
37
- - ` eslint-import-resolver-typescript ` * - Better TypeScript support for ESLint
39
+ - ` eslint-import-resolver-typescript ` * - Enhanced TypeScript support for ESLint
38
40
` import ` plugin*
39
41
- ` webpack-merge ` * - Replaced the sections using ` lodash.deepClone() ` in
40
42
` webpack.config.js ` *
41
43
44
+ ### Updated
45
+ - Major version updates:
46
+ - ` electron ` - ` 19.0.9 ` -> ` 20.0.1 `
47
+ - ` tsconfig-paths-webpack-plugin ` - ` 3.5.2 ` -> ` 4.0.0 `
48
+ - Minor & patch version updates:
49
+ - ` @typescript-eslint/eslint-plugin ` & ` @typescript-eslint/parser ` -
50
+ ` 5.30.7 ` -> ` 5.32.0 `
51
+ - ` eslint ` - ` 8.20.0 ` -> ` 8.21.0 `
52
+ - ` eslint-plugin-jest ` - ` 26.6.0 ` -> ` 26.7.0 `
53
+ - ` electron-builder ` - ` 23.1.0 ` -> ` 23.3.3 `
54
+ - ` tsconfig-paths ` - ` 4.0.0 ` -> ` 4.1.0 `
55
+
42
56
### Removed
43
57
- ` eslint-import-resolver-webpack ` * - Not being used in any part of the
44
58
boilerplate*
@@ -125,5 +139,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125
139
` ts-jest ` *
126
140
- ` spectron ` * - Deprecated package; No replacement*
127
141
128
- [ Unreleased ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.0 .0...HEAD
142
+ [ Unreleased ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1 .0...HEAD
129
143
[ v4.0.0 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v3.0.0...v4.0.0
144
+ [ v4.1.0 ] : https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.0.0...v4.1.0
0 commit comments