From bffb9b0f1711836c2fa49d0c9e9b9edd3ec08335 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:39:08 +0800 Subject: [PATCH] chore: release master (#95) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- packages/autofix/CHANGELOG.md | 8 +++++++- packages/autofix/package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 05f7db6..396b4aa 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "packages/autofix": "2.0.0", + "packages/autofix": "2.1.0", "packages/no-autofix": "2.0.0", "packages/web": "0.1.0" } diff --git a/packages/autofix/CHANGELOG.md b/packages/autofix/CHANGELOG.md index 7f77965..dad6e38 100644 --- a/packages/autofix/CHANGELOG.md +++ b/packages/autofix/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v2.0.0...eslint-plugin-autofix-v2.1.0) (2024-07-01) + + +### Features + +* add `no-new-native-nonconstructor` ([#93](https://github.com/aladdin-add/eslint-plugin/issues/93)) ([63ecdd4](https://github.com/aladdin-add/eslint-plugin/commit/63ecdd487312f8ceb98625d47328562d18c20d8b)) + ## [2.0.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v1.1.0...eslint-plugin-autofix-v2.0.0) (2024-05-02) @@ -10,4 +17,3 @@ ### Features * support eslint v9 & requires node >= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e)) - diff --git a/packages/autofix/package.json b/packages/autofix/package.json index e7dd551..e209399 100644 --- a/packages/autofix/package.json +++ b/packages/autofix/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-autofix", - "version": "2.0.0", + "version": "2.1.0", "author": "薛定谔的猫 ", "description": "autofix some errors reported by eslint rules.", "main": "./lib/index.js",