Version Packages (#366)

pull/373/head @hono/eslint-config@0.0.4
github-actions[bot] 2024-01-29 21:47:57 +09:00 committed by GitHub
parent 716bd4d0a7
commit fce4d55b9a
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: set `curly` rule as `all`

View File

@ -1,5 +1,11 @@
# @hono/eslint-config
## 0.0.4
### Patch Changes
- [#365](https://github.com/honojs/middleware/pull/365) [`716bd4d0a72efb1be3c454c0323917069ca0f7ee`](https://github.com/honojs/middleware/commit/716bd4d0a72efb1be3c454c0323917069ca0f7ee) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: set `curly` rule as `all`
## 0.0.3
### Patch Changes

View File

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