diff --git a/.changeset/curly-balloons-play.md b/.changeset/curly-balloons-play.md deleted file mode 100644 index 30a51cf4..00000000 --- a/.changeset/curly-balloons-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/eslint-config': patch ---- - -initial release diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 00000000..af17b90c --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hono/eslint-config + +## 0.0.1 + +### Patch Changes + +- [#302](https://github.com/honojs/middleware/pull/302) [`40aeab8`](https://github.com/honojs/middleware/commit/40aeab8e3ee84d988a493237df1308cace8b5476) Thanks [@yusukebe](https://github.com/yusukebe)! - initial release diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7f5d63f8..dc651285 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "0.0.0", + "version": "0.0.1", "description": "ESLint Config for Hono projects", "main": "index.js", "license": "MIT",