Skip to content

Commit

Permalink
chore: release eslint-plugin-regexp (#725)
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 Apr 8, 2024
1 parent 161e819 commit 0cb6eef
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-peas-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-lies-yawn.md

This file was deleted.

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

## 2.5.0

### Minor Changes

- Add `regexp/unicode-property` rule to enforce consistent naming of unicode properties ([#722](https://github.com/ota-meshi/eslint-plugin-regexp/pull/722))

### Patch Changes

- Publish type declarations ([#724](https://github.com/ota-meshi/eslint-plugin-regexp/pull/724))

## 2.4.0

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion docs/rules/unicode-property.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "regexp/unicode-property"
description: "enforce consistent naming of unicode properties"
since: "v2.5.0"
---
# regexp/unicode-property

Expand Down Expand Up @@ -237,7 +238,7 @@ var re = /\p{sc=Greek}/u;
## :rocket: Version
:exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
This rule was introduced in eslint-plugin-regexp v2.5.0
## :mag: Implementation
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.4.0",
"version": "2.5.0",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
"engines": {
"node": "^18 || >=20"
Expand Down

0 comments on commit 0cb6eef

Please sign in to comment.