Skip to content

Commit b3f51b2

Browse files
chore: release eslint-plugin-regexp (next) (#653)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 416d95d commit b3f51b2

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"early-guests-hug",
2222
"early-islands-press",
2323
"early-islands-press2",
24+
"fifty-schools-run",
2425
"friendly-walls-reply",
2526
"gold-baboons-clap",
2627
"green-bananas-tie",
@@ -52,6 +53,7 @@
5253
"tasty-penguins-cheat",
5354
"thin-ears-relax",
5455
"thin-insects-cover",
56+
"twenty-coats-melt",
5557
"twenty-snails-chew",
5658
"warm-ladybugs-wonder",
5759
"wicked-rules-rhyme",

CHANGELOG.md

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

3+
## 2.0.0-next.14
4+
5+
### Major Changes
6+
7+
- Remove deprecated rules ([#652](https://github.com/ota-meshi/eslint-plugin-regexp/pull/652))
8+
9+
- Use jsdoc-type-pratt-parser instead of jsdoctypeparser ([#651](https://github.com/ota-meshi/eslint-plugin-regexp/pull/651))
10+
311
## 2.0.0-next.13
412

513
### Minor 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-next.13",
3+
"version": "2.0.0-next.14",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^18 || >=20"

0 commit comments

Comments
 (0)