Skip to content

Commit

Permalink
chore: release eslint-plugin-regexp (next) (#600)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 13, 2023
1 parent d366d20 commit 426f8af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"eslint-plugin-regexp": "1.15.0"
},
"changesets": [
"brown-dragons-dance",
"calm-onions-yell",
"clever-jobs-clap",
"cyan-waves-notice",
"hungry-spoons-mix",
"khaki-colts-tell",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# eslint-plugin-regexp

## 2.0.0-next.4

### Minor Changes

- Add support for v flag to `regexp/no-non-standard-flag` rule ([#596](https://github.com/ota-meshi/eslint-plugin-regexp/pull/596))

- Improve `regexp/strict` rule to ignore patterns with v flag ([#591](https://github.com/ota-meshi/eslint-plugin-regexp/pull/591))

## 2.0.0-next.3

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-regexp",
"version": "2.0.0-next.3",
"version": "2.0.0-next.4",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
"engines": {
"node": "^18 || >=20"
Expand Down

0 comments on commit 426f8af

Please sign in to comment.