Skip to content

Commit be8d93f

Browse files
chore: release eslint-plugin-regexp (#677)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a13302 commit be8d93f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/thick-numbers-fry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-regexp
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- Fixed false positives for hasIndices in `regexp/no-unused-capturing-group` ([#676](https://github.com/ota-meshi/eslint-plugin-regexp/pull/676))
8+
39
## 2.1.1
410

511
### Patch Changes

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-regexp",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^18 || >=20"

0 commit comments

Comments
 (0)