Skip to content

Commit

Permalink
chore: release master (#100)
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 Sep 2, 2024
1 parent 2557d60 commit 02072ec
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 7 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": "2.1.0",
"packages/no-autofix": "2.0.0",
"packages/web": "0.1.0"
"packages/autofix": "2.2.0",
"packages/no-autofix": "2.1.0",
"packages/web": "0.2.0"
}
7 changes: 7 additions & 0 deletions packages/autofix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v2.1.0...eslint-plugin-autofix-v2.2.0) (2024-09-02)


### Features

* add pkg.meta, config.name for better DX ([#99](https://github.com/aladdin-add/eslint-plugin/issues/99)) ([2557d60](https://github.com/aladdin-add/eslint-plugin/commit/2557d60204c28e305ff9f9e9dad57c7fe595d873))

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


Expand Down
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.1.0",
"version": "2.2.0",
"author": "薛定谔的猫 <[email protected]>",
"description": "autofix some errors reported by eslint rules.",
"main": "./lib/index.js",
Expand Down
8 changes: 7 additions & 1 deletion packages/no-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-no-autofix-v2.0.0...eslint-plugin-no-autofix-v2.1.0) (2024-09-02)


### Features

* add pkg.meta, config.name for better DX ([#99](https://github.com/aladdin-add/eslint-plugin/issues/99)) ([2557d60](https://github.com/aladdin-add/eslint-plugin/commit/2557d60204c28e305ff9f9e9dad57c7fe595d873))

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


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

## [0.2.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-web-v0.1.0...eslint-plugin-web-v0.2.0) (2024-09-02)


### Features

* add pkg.meta, config.name for better DX ([#99](https://github.com/aladdin-add/eslint-plugin/issues/99)) ([2557d60](https://github.com/aladdin-add/eslint-plugin/commit/2557d60204c28e305ff9f9e9dad57c7fe595d873))

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


Expand Down
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.1.0",
"version": "0.2.0",
"author": "唯然<[email protected]",
"description": "Additional ESLint's rules for web.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 02072ec

Please sign in to comment.