Version Packages (#835)

pull/837/head @hono/tsyringe@1.0.1
github-actions[bot] 2024-11-18 11:14:07 +09:00 committed by GitHub
parent 345e515de3
commit 672ff939bc
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/tsyringe': patch
---
chore: add a build command

View File

@ -1,5 +1,11 @@
# @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
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/tsyringe",
"version": "1.0.0",
"version": "1.0.1",
"description": "The tsyringe dependency injection middleware for Hono",
"type": "module",
"module": "dist/index.js",