Skip to content

Commit

Permalink
chore: release master (#89)
Browse files Browse the repository at this point in the history
* chore: release master

* docs: update changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 唯然 <[email protected]>
  • Loading branch information
github-actions[bot] and aladdin-add committed May 2, 2024
1 parent 4aa041b commit 0a5ba04
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/autofix": "1.1.0",
"packages/no-autofix": "1.2.3",
"packages/web": "0.0.3"
"packages/autofix": "2.0.0",
"packages/no-autofix": "2.0.0",
"packages/web": "0.1.0"
}
13 changes: 13 additions & 0 deletions packages/autofix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [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)


### ⚠ BREAKING CHANGES

* support eslint v9 & requires node >= 18

### 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": "1.1.0",
"version": "2.0.0",
"author": "薛定谔的猫 <[email protected]>",
"description": "autofix some errors reported by eslint rules.",
"main": "./lib/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/no-autofix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [2.0.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-no-autofix-v1.2.3...eslint-plugin-no-autofix-v2.0.0) (2024-05-02)


### ⚠ BREAKING CHANGES

* support eslint v9 & requires node >= 18

### 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/no-autofix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-autofix",
"version": "1.2.3",
"version": "2.0.0",
"author": "薛定谔的猫 <[email protected]>",
"description": "eslint rules without fixer.",
"main": "./lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.1.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-web-v0.0.3...eslint-plugin-web-v0.1.0) (2024-05-02)


### ⚠ BREAKING CHANGES

* support eslint v9 & requires node >= 18

### 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/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-web",
"version": "0.0.3",
"version": "0.1.0",
"author": "唯然<[email protected]",
"description": "Additional ESLint's rules for web.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 0a5ba04

Please sign in to comment.