parent
345e515de3
commit
672ff939bc
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/tsyringe': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
chore: add a build command
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/tsyringe
|
# @hono/tsyringe
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#834](https://github.com/honojs/middleware/pull/834) [`88e54c1b9dce2020eef35b545b6fce7c00e357ce`](https://github.com/honojs/middleware/commit/88e54c1b9dce2020eef35b545b6fce7c00e357ce) Thanks [@yusukebe](https://github.com/yusukebe)! - chore: add a build command
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/tsyringe",
|
"name": "@hono/tsyringe",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "The tsyringe dependency injection middleware for Hono",
|
"description": "The tsyringe dependency injection middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue