diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c041f71..fea6996 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { ".": "1.0.0", "packages/jwks": "1.1.0", - "packages/permify": "1.0.1" + "packages/permify": "1.1.0" } \ No newline at end of file diff --git a/packages/permify/CHANGELOG.md b/packages/permify/CHANGELOG.md index 4939c0f..0807926 100644 --- a/packages/permify/CHANGELOG.md +++ b/packages/permify/CHANGELOG.md @@ -3,6 +3,13 @@ ## [1.1.0](https://github.com/waigel/hono-middlewares/compare/permify@v1.0.1...permify@v1.1.0) (2024-09-06) +### Features + +* set the subject as sub context variable ([#17](https://github.com/waigel/hono-middlewares/issues/17)) ([13adbc2](https://github.com/waigel/hono-middlewares/commit/13adbc215228fcdc8f9654474cce49d36b2f2886)) + +## [1.1.0](https://github.com/waigel/hono-middlewares/compare/permify@v1.0.1...permify@v1.1.0) (2024-09-06) + + ### Features * set the subject as sub context variable ([#17](https://github.com/waigel/hono-middlewares/issues/17)) ([13adbc2](https://github.com/waigel/hono-middlewares/commit/13adbc215228fcdc8f9654474cce49d36b2f2886))