diff --git a/.changeset/fifty-aliens-rhyme.md b/.changeset/fifty-aliens-rhyme.md deleted file mode 100644 index bd9418aa..00000000 --- a/.changeset/fifty-aliens-rhyme.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@hono/eslint-config': major ---- - -Includes `typescript-eslint` presets for typed linting - -- [`strict-type-checked`](https://typescript-eslint.io/users/configs#strict-type-checked) -- [`stylistic-type-checked`](https://typescript-eslint.io/users/configs#stylistic-type-checked) - -See [Linting with Type Information](https://typescript-eslint.io/getting-started/typed-linting) for more information diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4afefccb..ff0b39cc 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,16 @@ # @hono/eslint-config +## 2.0.0 + +### Major Changes + +- [#1098](https://github.com/honojs/middleware/pull/1098) [`1fd8ebf9b6d8d9f473196266bf63681988dc7979`](https://github.com/honojs/middleware/commit/1fd8ebf9b6d8d9f473196266bf63681988dc7979) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Includes `typescript-eslint` presets for typed linting + + - [`strict-type-checked`](https://typescript-eslint.io/users/configs#strict-type-checked) + - [`stylistic-type-checked`](https://typescript-eslint.io/users/configs#stylistic-type-checked) + + See [Linting with Type Information](https://typescript-eslint.io/getting-started/typed-linting) for more information + ## 1.1.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index fef011b4..ec9ff146 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "1.1.1", + "version": "2.0.0", "description": "ESLint Config for Hono projects", "type": "module", "module": "./index.js",