Version Packages (#546)

pull/548/head @hono/eslint-config@0.0.6
github-actions[bot] 2024-05-26 04:54:13 +09:00 committed by GitHub
parent 6fe211ba1f
commit e779454966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/eslint-config': patch
---
fix: use `import/no-duplicates`

View File

@ -1,5 +1,11 @@
# @hono/eslint-config
## 0.0.6
### Patch Changes
- [#545](https://github.com/honojs/middleware/pull/545) [`6fe211ba1f1c4b7b73e98dc87d585a08c3da2cd6`](https://github.com/honojs/middleware/commit/6fe211ba1f1c4b7b73e98dc87d585a08c3da2cd6) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: use `import/no-duplicates`
## 0.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/eslint-config",
"version": "0.0.5",
"version": "0.0.6",
"description": "ESLint Config for Hono projects",
"main": "index.js",
"license": "MIT",