parent
a810122ab6
commit
58c8e237a9
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/casbin': major
|
||||
---
|
||||
|
||||
Initial release
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue