From 23d0bfee341723fcbf641795a1f990a9fc937db2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:15:07 -0400 Subject: [PATCH] chore: release 3.0.0 (#21) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dab469..6808867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4aabdcc..99c7550 100644 --- a/package.json +++ b/package.json @@ -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",