Skip to content

Commit

Permalink
chore: release eslint-plugin-regexp (#665)
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] committed Oct 21, 2023
1 parent 5301eef commit 9918179
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-pumpkins-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-pets-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-oranges-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-humans-fry.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# eslint-plugin-regexp

## 2.1.0

### Minor Changes

- Improve detection of useless assertions for `regexp/no-useless-assertion` ([#663](https://github.com/ota-meshi/eslint-plugin-regexp/pull/663))

- Add suggestions for `regexp/no-useless-assertion` ([#666](https://github.com/ota-meshi/eslint-plugin-regexp/pull/666))

### Patch Changes

- Fixed crash for v flag in `regexp/optimal-quantifier-concatenation` ([#660](https://github.com/ota-meshi/eslint-plugin-regexp/pull/660))

- Fixed minor mistake in message of `no-misleading-unicode-character` ([#664](https://github.com/ota-meshi/eslint-plugin-regexp/pull/664))

## 2.0.0

### Major 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",
"version": "2.1.0",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
"engines": {
"node": "^18 || >=20"
Expand Down

0 comments on commit 9918179

Please sign in to comment.