diff --git a/.changeset/clean-insects-approve.md b/.changeset/clean-insects-approve.md deleted file mode 100644 index c1e1fe9..0000000 --- a/.changeset/clean-insects-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nailyjs/eslint": patch ---- - -feat: add eslint module diff --git a/packages/eslint/CHANGELOG.md b/packages/eslint/CHANGELOG.md new file mode 100644 index 0000000..4d85c3d --- /dev/null +++ b/packages/eslint/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nailyjs/eslint + +## 2.0.1 + +### Patch Changes + +- 021f3a9: feat: add eslint module diff --git a/packages/eslint/package.json b/packages/eslint/package.json index f49ebcc..9fd7351 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -1,7 +1,7 @@ { "name": "@nailyjs/eslint", "type": "module", - "version": "2.0.0", + "version": "2.0.1", "description": "antfu's style eslint config but with some modifications compatible with naily.js", "author": "Naily Zero (https://naily.cc)", "exports": {