Skip to content

Commit

Permalink
chore: release eslint-plugin-regexp (#690)
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 Jan 8, 2024
1 parent cf7348b commit 7aebaa0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-bees-stare.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- Add `allowNamed` option to `no-unused-capturing-group` rule to allow for unused named capturing groups. ([#689](https://github.com/ota-meshi/eslint-plugin-regexp/pull/689))

## 2.1.2

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

0 comments on commit 7aebaa0

Please sign in to comment.