Skip to content

Commit 39bee85

Browse files
committed
Update CHANGELOG
1 parent 244739f commit 39bee85

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

CHANGELOG_V4+.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [v4.1.0] - 2022-08-07
810
### Added
911
- `tsconfig.eslint.json` to avoid ESLint complains for file not being included
1012
in project provided.
@@ -34,11 +36,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436

3537
### Updates on package dependencies
3638
### Added
37-
- `eslint-import-resolver-typescript` *- Better TypeScript support for ESLint
39+
- `eslint-import-resolver-typescript` *- Enhanced TypeScript support for ESLint
3840
`import` plugin*
3941
- `webpack-merge` *- Replaced the sections using `lodash.deepClone()` in
4042
`webpack.config.js`*
4143

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+
4256
### Removed
4357
- `eslint-import-resolver-webpack` *- Not being used in any part of the
4458
boilerplate*
@@ -125,5 +139,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125139
`ts-jest`*
126140
- `spectron` *- Deprecated package; No replacement*
127141

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
129143
[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

Comments
 (0)