diff --git a/.changeset/clean-fireants-promise.md b/.changeset/clean-fireants-promise.md deleted file mode 100644 index b9364589..00000000 --- a/.changeset/clean-fireants-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/eslint-config': patch ---- - -fix: `no-unused-vars` as `warn` diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 00a9f55e..bf65d7c9 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/eslint-config +## 0.0.3 + +### Patch Changes + +- [#306](https://github.com/honojs/middleware/pull/306) [`165a415`](https://github.com/honojs/middleware/commit/165a415ec3cb7f1f66b243ddd69bff7556d3493d) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: `no-unused-vars` as `warn` + ## 0.0.2 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2c77c6a7..01dbf7d4 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "0.0.2", + "version": "0.0.3", "description": "ESLint Config for Hono projects", "main": "index.js", "license": "MIT",