Version Packages (#1087)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1088/head @hono/eslint-config@1.1.1
github-actions[bot] 2025-03-29 14:12:27 +09:00 committed by GitHub
parent 7b1d2393a5
commit b0e0d40be4
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: add spread to tseslint.configs.recommended

View File

@ -1,5 +1,11 @@
# @hono/eslint-config
## 1.1.1
### Patch Changes
- [#1085](https://github.com/honojs/middleware/pull/1085) [`7b1d2393a59aac4e594afaf50b7b0f3b1fb5ed04`](https://github.com/honojs/middleware/commit/7b1d2393a59aac4e594afaf50b7b0f3b1fb5ed04) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: add spread to tseslint.configs.recommended
## 1.1.0
### Minor Changes

View File

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