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
parent
7b1d2393a5
commit
b0e0d40be4
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/eslint-config': patch
|
||||
---
|
||||
|
||||
fix: add spread to tseslint.configs.recommended
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue