Version Packages (#736)

pull/363/merge @hono/casbin@1.0.0
github-actions[bot] 2024-09-09 22:13:07 +09:00 committed by GitHub
parent a810122ab6
commit 58c8e237a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/casbin': major
---
Initial release

View File

@ -0,0 +1,7 @@
# @hono/casbin
## 1.0.0
### Major Changes
- [#676](https://github.com/honojs/middleware/pull/676) [`b7e740f9305a7157e9e195e89d37df3ea87c8ce9`](https://github.com/honojs/middleware/commit/b7e740f9305a7157e9e195e89d37df3ea87c8ce9) Thanks [@sugar-cat7](https://github.com/sugar-cat7)! - Initial release

View File

@ -1,6 +1,6 @@
{
"name": "@hono/casbin",
"version": "0.0.0",
"version": "1.0.0",
"description": "Casbin middleware for Hono",
"type": "module",
"main": "dist/index.cjs",