Skip to content

Commit 9918179

Browse files
chore: release eslint-plugin-regexp (#665)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5301eef commit 9918179

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/chilly-pumpkins-raise.md

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

.changeset/nine-pets-tan.md

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

.changeset/odd-oranges-matter.md

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

.changeset/unlucky-humans-fry.md

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

CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- Improve detection of useless assertions for `regexp/no-useless-assertion` ([#663](https://github.com/ota-meshi/eslint-plugin-regexp/pull/663))
8+
9+
- Add suggestions for `regexp/no-useless-assertion` ([#666](https://github.com/ota-meshi/eslint-plugin-regexp/pull/666))
10+
11+
### Patch Changes
12+
13+
- Fixed crash for v flag in `regexp/optimal-quantifier-concatenation` ([#660](https://github.com/ota-meshi/eslint-plugin-regexp/pull/660))
14+
15+
- Fixed minor mistake in message of `no-misleading-unicode-character` ([#664](https://github.com/ota-meshi/eslint-plugin-regexp/pull/664))
16+
317
## 2.0.0
418

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

0 commit comments

Comments
 (0)