Skip to content

Commit 143c181

Browse files
chore(release): 6.1.0 [skip ci]
# [6.1.0](v6.0.2...v6.1.0) (2026-01-23) ### Bug Fixes * correct event name check in release workflow ([1b573c6](1b573c6)) * fix CI failures and improve test/release workflow separation ([#662](#662)) ([2b62f0e](2b62f0e)) ### Features * add ignoreConditionalChecks setting ([#676](#676)) ([4c3f730](4c3f730)) * add semantic-release automation ([#661](#661)) ([ae98059](ae98059)) * added support for regexp literal ([#644](#644)) ([ee71626](ee71626))
1 parent 1b573c6 commit 143c181

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [6.1.0](https://github.com/amilajack/eslint-plugin-compat/compare/v6.0.2...v6.1.0) (2026-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* correct event name check in release workflow ([1b573c6](https://github.com/amilajack/eslint-plugin-compat/commit/1b573c6aeb6e531689cd1197af867e42cd10ab8d))
7+
* fix CI failures and improve test/release workflow separation ([#662](https://github.com/amilajack/eslint-plugin-compat/issues/662)) ([2b62f0e](https://github.com/amilajack/eslint-plugin-compat/commit/2b62f0e1f00ffd211419ea9e2fdfcaf82cfe3caf))
8+
9+
10+
### Features
11+
12+
* add ignoreConditionalChecks setting ([#676](https://github.com/amilajack/eslint-plugin-compat/issues/676)) ([4c3f730](https://github.com/amilajack/eslint-plugin-compat/commit/4c3f730e74e370ac07e69ae15aba9070dcd63043))
13+
* add semantic-release automation ([#661](https://github.com/amilajack/eslint-plugin-compat/issues/661)) ([ae98059](https://github.com/amilajack/eslint-plugin-compat/commit/ae980599942c66cc0b5fdeddfa6527d1159f1b8c))
14+
* added support for regexp literal ([#644](https://github.com/amilajack/eslint-plugin-compat/issues/644)) ([ee71626](https://github.com/amilajack/eslint-plugin-compat/commit/ee716260e27aa2b6d2bd8ff64268c832f588d2df))
15+
116
# v3.8.0
217

318
### Added

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-plugin-compat",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Lint browser compatibility of API used",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)