Skip to content

Commit 5306b6d

Browse files
chore(release): 4.4.0
1 parent 63c9d13 commit 5306b6d

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.4.0](https://github.com/webpack/eslint-config-webpack/compare/v4.3.4...v4.4.0) (2025-07-15)
6+
7+
8+
### Features
9+
10+
* new browsers and universal presets ([63c9d13](https://github.com/webpack/eslint-config-webpack/commit/63c9d13326113a130c96af9a1cd1e09ea38f7bbf))
11+
12+
13+
### Bug Fixes
14+
15+
* add `jest-environment-options` to ignore typescript jsdoc errors ([#76](https://github.com/webpack/eslint-config-webpack/issues/76)) ([08c3da3](https://github.com/webpack/eslint-config-webpack/commit/08c3da39aa47e7d1bcc82e30d6d936512bdc0779))
16+
517
### [4.3.4](https://github.com/webpack/eslint-config-webpack/compare/v4.3.3...v4.3.4) (2025-07-14)
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.3.4",
3+
"version": "4.4.0",
44
"description": "Provides Webpack's eslint rules as an extensible shared config",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)