Skip to content

Commit 58021ee

Browse files
chore(release): 0.4.2 [skip ci]
## [0.4.2](v0.4.1...v0.4.2) (2025-11-26) ### Bug Fixes * honor ignoreFeatures for web api/js builtins ([b65986e](b65986e))
1 parent b65986e commit 58021ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.4.2](https://github.com/3ru/eslint-plugin-baseline-js/compare/v0.4.1...v0.4.2) (2025-11-26)
2+
3+
4+
### Bug Fixes
5+
6+
* honor ignoreFeatures for web api/js builtins ([b65986e](https://github.com/3ru/eslint-plugin-baseline-js/commit/b65986ec35d8cbf9d03958af3fa0a53365b01912))
7+
18
## [0.4.1](https://github.com/3ru/eslint-plugin-baseline-js/compare/v0.4.0...v0.4.1) (2025-11-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-baseline-js",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Enforce JavaScript Baseline (widely/newly/year) browser compatibility with a single ESLint rule. Prevent runtime errors by catching unsupported JavaScript features during development.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)