Skip to content

Commit 65cd23e

Browse files
chore(release): 4.9.0
1 parent 5a7fbcf commit 65cd23e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.9.0](https://github.com/webpack/eslint-config-webpack/compare/v4.8.5...v4.9.0) (2026-01-23)
6+
7+
8+
### Features
9+
10+
* adding `jsdoc/type-formatting` rule ([#106](https://github.com/webpack/eslint-config-webpack/issues/106)) ([5a7fbcf](https://github.com/webpack/eslint-config-webpack/commit/5a7fbcff966629ff1e0bfb96d2f8b40489fcd0b0))
11+
12+
13+
### Bug Fixes
14+
15+
* load react preset for preact ([#104](https://github.com/webpack/eslint-config-webpack/issues/104)) ([094e382](https://github.com/webpack/eslint-config-webpack/commit/094e382d290a46d0c4ed58c7bc30d3e6118a939c))
16+
517
### [4.8.5](https://github.com/webpack/eslint-config-webpack/compare/v4.8.4...v4.8.5) (2026-01-20)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-webpack",
3-
"version": "4.8.5",
3+
"version": "4.9.0",
44
"description": "Provides Webpack's eslint rules as an extensible shared config",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)