Skip to content

Commit 0cb6eef

Browse files
chore: release eslint-plugin-regexp (#725)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 161e819 commit 0cb6eef

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.changeset/mean-peas-give.md

-5
This file was deleted.

.changeset/nervous-lies-yawn.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# eslint-plugin-regexp
22

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- Add `regexp/unicode-property` rule to enforce consistent naming of unicode properties ([#722](https://github.com/ota-meshi/eslint-plugin-regexp/pull/722))
8+
9+
### Patch Changes
10+
11+
- Publish type declarations ([#724](https://github.com/ota-meshi/eslint-plugin-regexp/pull/724))
12+
313
## 2.4.0
414

515
### Minor Changes

docs/rules/unicode-property.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "regexp/unicode-property"
55
description: "enforce consistent naming of unicode properties"
6+
since: "v2.5.0"
67
---
78
# regexp/unicode-property
89

@@ -237,7 +238,7 @@ var re = /\p{sc=Greek}/u;
237238

238239
## :rocket: Version
239240

240-
:exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
241+
This rule was introduced in eslint-plugin-regexp v2.5.0
241242

242243
## :mag: Implementation
243244

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-regexp",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^18 || >=20"

0 commit comments

Comments
 (0)