Skip to content

Commit 5435aab

Browse files
chore: release main (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c73ed2 commit 5435aab

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages/object-schema": "2.1.3",
33
"packages/config-array": "0.15.1",
44
"packages/compat": "1.0.3",
5-
"packages/migrate-config": "1.0.0"
5+
"packages/migrate-config": "1.0.1"
66
}

packages/migrate-config/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/eslint/rewrite/compare/migrate-config-v1.0.0...migrate-config-v1.0.1) (2024-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Wrap plugins that are wrapped in extends ([#37](https://github.com/eslint/rewrite/issues/37)) ([6c73ed2](https://github.com/eslint/rewrite/commit/6c73ed2351709c335fe4bd54f7e5b7ffce306446))
9+
310
## 1.0.0 (2024-05-30)
411

512

packages/migrate-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/migrate-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Configuration migration for ESLint",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)