Skip to content

Commit

Permalink
chore: release 3.0.0 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 6, 2024
1 parent 528b94f commit 23d0bfe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0](https://github.com/eslint/eslint-transforms/compare/v2.0.0...v3.0.0) (2024-06-06)


### ⚠ BREAKING CHANGES

* Upgrade dependencies; set Node.js to 20 ([#26](https://github.com/eslint/eslint-transforms/issues/26))

### Features

* add transform for v9 migration ([#29](https://github.com/eslint/eslint-transforms/issues/29)) ([528b94f](https://github.com/eslint/eslint-transforms/commit/528b94ffd12b63aa8aad8aabdc38fd5223860d02))
* 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))

## [2.0.0](https://github.com/eslint/eslint-transforms/compare/v1.0.0...v2.0.0) (2023-07-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-transforms",
"version": "2.0.0",
"version": "3.0.0",
"description": "Codemods for upgrading eslint rules",
"license": "MIT",
"author": "Vitor Balocco",
Expand Down

0 comments on commit 23d0bfe

Please sign in to comment.