Skip to content

Commit

Permalink
chore: release master (#95)
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] authored Jul 1, 2024
1 parent 63ecdd4 commit bffb9b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
8 changes: 7 additions & 1 deletion packages/autofix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -10,4 +17,3 @@
### Features

* support eslint v9 & requires node &gt;= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e))

2 changes: 1 addition & 1 deletion packages/autofix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-autofix",
"version": "2.0.0",
"version": "2.1.0",
"author": "薛定谔的猫 <[email protected]>",
"description": "autofix some errors reported by eslint rules.",
"main": "./lib/index.js",
Expand Down

0 comments on commit bffb9b0

Please sign in to comment.