diff --git a/.changeset/spicy-rats-invent.md b/.changeset/spicy-rats-invent.md deleted file mode 100644 index a4ddbfc3d..000000000 --- a/.changeset/spicy-rats-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-regexp": patch ---- - -fix(sort-character-class-elements): wrong autofix for `^` diff --git a/CHANGELOG.md b/CHANGELOG.md index 11cf607b3..f174337fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-regexp +## 2.9.1 + +### Patch Changes + +- fix(sort-character-class-elements): wrong autofix for `^` ([#859](https://github.com/ota-meshi/eslint-plugin-regexp/pull/859)) + ## 2.9.0 ### Minor Changes diff --git a/package.json b/package.json index 3848ab734..abaa82da6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-regexp", - "version": "2.9.0", + "version": "2.9.1", "description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.", "engines": { "node": "^18 || >=20"