Skip to content

Commit

Permalink
chore: release eslint-plugin-regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 8, 2024
1 parent 8c6b08c commit 25bf2eb
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 25bf2eb

Please sign in to comment.