diff --git a/.changeset/kind-pears-perform.md b/.changeset/kind-pears-perform.md deleted file mode 100644 index 2f1f89fd..00000000 --- a/.changeset/kind-pears-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/eslint-config': patch ---- - -fix: `no-explicit-any` as `warn` diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index af17b90c..00a9f55e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/eslint-config +## 0.0.2 + +### Patch Changes + +- [#304](https://github.com/honojs/middleware/pull/304) [`6f236ce`](https://github.com/honojs/middleware/commit/6f236ce823f618e3ab59a2b807510df17ebed4de) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: `no-explicit-any` as `warn` + ## 0.0.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index dc651285..2c77c6a7 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "0.0.1", + "version": "0.0.2", "description": "ESLint Config for Hono projects", "main": "index.js", "license": "MIT",