Skip to content

Commit 380c224

Browse files
chore: release main (#242)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61dcb19 commit 380c224

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"packages/mcp": "0.1.0",
77
"packages/migrate-config": "1.5.2",
88
"packages/object-schema": "2.1.6",
9-
"packages/plugin-kit": "0.3.3"
9+
"packages/plugin-kit": "0.3.4"
1010
}

packages/plugin-kit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.4](https://github.com/eslint/rewrite/compare/plugin-kit-v0.3.3...plugin-kit-v0.3.4) (2025-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* potential quadratic runtime in regular expression ([#240](https://github.com/eslint/rewrite/issues/240)) ([b283f64](https://github.com/eslint/rewrite/commit/b283f64099ad6c6b5043387c091691d21b387805))
9+
310
## [0.3.3](https://github.com/eslint/rewrite/compare/plugin-kit-v0.3.2...plugin-kit-v0.3.3) (2025-06-25)
411

512

packages/plugin-kit/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/plugin-kit",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/plugin-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/plugin-kit",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Utilities for building ESLint plugins.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

0 commit comments

Comments
 (0)