Skip to content

Commit 23d0bfe

Browse files
chore: release 3.0.0 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 528b94f commit 23d0bfe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/eslint/eslint-transforms/compare/v2.0.0...v3.0.0) (2024-06-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Upgrade dependencies; set Node.js to 20 ([#26](https://github.com/eslint/eslint-transforms/issues/26))
9+
10+
### Features
11+
12+
* add transform for v9 migration ([#29](https://github.com/eslint/eslint-transforms/issues/29)) ([528b94f](https://github.com/eslint/eslint-transforms/commit/528b94ffd12b63aa8aad8aabdc38fd5223860d02))
13+
* Upgrade dependencies; set Node.js to 20 ([#26](https://github.com/eslint/eslint-transforms/issues/26)) ([018e28b](https://github.com/eslint/eslint-transforms/commit/018e28b2ab374267ea0a73e3a045b74aff7023b3))
14+
315
## [2.0.0](https://github.com/eslint/eslint-transforms/compare/v1.0.0...v2.0.0) (2023-07-21)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-transforms",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Codemods for upgrading eslint rules",
55
"license": "MIT",
66
"author": "Vitor Balocco",

0 commit comments

Comments
 (0)