Skip to content

Commit f2a3700

Browse files
chore: release main (#325)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b92470 commit f2a3700

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/compat": "2.0.0",
3-
"packages/config-array": "0.22.0",
3+
"packages/config-array": "0.23.0",
44
"packages/config-helpers": "0.5.0",
55
"packages/core": "1.0.0",
66
"packages/mcp": "0.2.0",

packages/config-array/CHANGELOG.md

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

3+
## [0.23.0](https://github.com/eslint/rewrite/compare/config-array-v0.22.0...config-array-v0.23.0) (2025-11-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update minimatch ([#273](https://github.com/eslint/rewrite/issues/273))
9+
10+
### Features
11+
12+
* update minimatch ([#273](https://github.com/eslint/rewrite/issues/273)) ([8b92470](https://github.com/eslint/rewrite/commit/8b9247004d76aef90da7c211902a0ca118d4b47f))
13+
314
## [0.22.0](https://github.com/eslint/rewrite/compare/config-array-v0.21.1...config-array-v0.22.0) (2025-11-14)
415

516

packages/config-array/jsr.json

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

packages/config-array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/config-array",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "General purpose glob-based configuration matching.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

0 commit comments

Comments
 (0)