Version Packages (#730)

pull/733/head @hono/eslint-config@1.0.0
github-actions[bot] 2024-09-08 13:09:33 +09:00 committed by GitHub
parent 80cd26ab6e
commit 5f162e47f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/eslint-config': minor
---
Migrate to maintained and improved plugin alternatives

View File

@ -1,5 +0,0 @@
---
'@hono/eslint-config': major
---
feat: support ESLint v9

View File

@ -1,5 +1,15 @@
# @hono/eslint-config
## 1.0.0
### Major Changes
- [#731](https://github.com/honojs/middleware/pull/731) [`80cd26ab6e644e1d57a91ad38be05d1e3807c8ea`](https://github.com/honojs/middleware/commit/80cd26ab6e644e1d57a91ad38be05d1e3807c8ea) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support ESLint v9
### Minor Changes
- [#724](https://github.com/honojs/middleware/pull/724) [`f7a950a649006600ba31b8fe8ccf960e7bf4ee92`](https://github.com/honojs/middleware/commit/f7a950a649006600ba31b8fe8ccf960e7bf4ee92) Thanks [@Jayllyz](https://github.com/Jayllyz)! - Migrate to maintained and improved plugin alternatives
## 0.0.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/eslint-config",
"version": "0.0.6",
"version": "1.0.0",
"description": "ESLint Config for Hono projects",
"type": "module",
"module": "./index.js",