Skip to content

Commit 691b44b

Browse files
committed
release: Release version 39.1.0
1 parent c6ced32 commit 691b44b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
## [39.1.0](https://github.com/MorevM/eslint-config/compare/v39.0.0...v39.1.0) (2025-06-22)
4+
5+
6+
### Features
7+
8+
* **html:** Add `'@html-eslint/no-invalid-entity'` rule ([21a25d1](https://github.com/MorevM/eslint-config/commit/21a25d127f784a50848a727161cb599fe458dbd2))
9+
* **html:** Add `@html-eslint/no-aria-hidden-on-focusable` rule ([ec2d8c5](https://github.com/MorevM/eslint-config/commit/ec2d8c5f242a58ed8d212ce16f409c0b6216bab4))
10+
* **html:** Add `@html-eslint/no-duplicate-in-head` rule ([c6ced32](https://github.com/MorevM/eslint-config/commit/c6ced32a016ac385a2e0479ee8a374ac56d963f1))
11+
* **html:** Add `@html-eslint/no-empty-headings` rule ([6979f70](https://github.com/MorevM/eslint-config/commit/6979f701738a50cf40ad6cc94fc5545add29dbd9))
12+
* **package-json:** Enforce package.json `bin` files to be in kebab case ([1aee227](https://github.com/MorevM/eslint-config/commit/1aee227bc51b69f28641b9dbbe25e23f138aca7d))
13+
* **playwright:** Add `playwright` configuration ([407460f](https://github.com/MorevM/eslint-config/commit/407460f58595ebb14414bdb8d4e82bba8ce9c3f1))
14+
15+
316
## [39.0.0](https://github.com/MorevM/eslint-config/compare/v38.2.0...v39.0.0) (2025-06-14)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@morev/eslint-config",
33
"description": "Strict shareable ESLint configuration with reasonable defaults",
44
"type": "module",
5-
"version": "39.0.0",
5+
"version": "39.1.0",
66
"packageManager": "[email protected]",
77
"engines": {
88
"node": ">=22"

0 commit comments

Comments
 (0)