Skip to content

Commit

Permalink
chore: release eslint-plugin-regexp (next) (#551)
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 Aug 15, 2023
1 parent 11ba3dc commit 7c13422
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"initialVersions": {
"eslint-plugin-regexp": "1.15.0"
},
"changesets": []
"changesets": [
"calm-onions-yell",
"khaki-colts-tell",
"small-doors-lie"
]
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# eslint-plugin-regexp

## 2.0.0-next.0

### Major Changes

- Drop support for Node.js <=v17, and v19 ([#550](https://github.com/ota-meshi/eslint-plugin-regexp/pull/550))

- Change recommended config ([#552](https://github.com/ota-meshi/eslint-plugin-regexp/pull/552))

### Minor Changes

- Update `@eslint-community/regexpp` to v4.6 ([#554](https://github.com/ota-meshi/eslint-plugin-regexp/pull/554))
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": "1.15.0",
"version": "2.0.0-next.0",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
"engines": {
"node": "^18 || >=20"
Expand Down

0 comments on commit 7c13422

Please sign in to comment.