Skip to content

Commit 83e58a1

Browse files
chore: release main (#170)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e8aefd2 commit 83e58a1

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
@@ -1,6 +1,6 @@
11
{
22
"packages/compat": "1.2.7",
3-
"packages/config-array": "0.19.2",
3+
"packages/config-array": "0.20.0",
44
"packages/core": "0.12.0",
55
"packages/migrate-config": "1.4.0",
66
"packages/config-helpers": "0.2.0",

packages/config-array/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.20.0](https://github.com/eslint/rewrite/compare/config-array-v0.19.2...config-array-v0.20.0) (2025-03-24)
4+
5+
6+
### Features
7+
8+
* normalize patterns to handle "./" prefix in files and ignores ([#162](https://github.com/eslint/rewrite/issues/162)) ([bbbe909](https://github.com/eslint/rewrite/commit/bbbe9098fe112ca646947b83f71fbf5639f932e6))
9+
310
## [0.19.2](https://github.com/eslint/rewrite/compare/config-array-v0.19.1...config-array-v0.19.2) (2025-01-31)
411

512

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.19.2",
3+
"version": "0.20.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.19.2",
3+
"version": "0.20.0",
44
"description": "General purpose glob-based configuration matching.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

0 commit comments

Comments
 (0)