Skip to content

Commit 50a8d92

Browse files
Version Packages (#93)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @cloudflare/workers-oauth-provider@0.0.12 ### Patch Changes - [#92](#92) [`5a59d78`](5a59d78) Thanks [@roerohan](https://github.com/roerohan)! - fix: open redirect vulnerability in completeAuthorization Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a59d78 commit 50a8d92

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/curly-pumpkins-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/workers-oauth-provider
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- [#92](https://github.com/cloudflare/workers-oauth-provider/pull/92) [`5a59d78`](https://github.com/cloudflare/workers-oauth-provider/commit/5a59d780ee1285546216b21265ff9c7c8435a2ba) Thanks [@roerohan](https://github.com/roerohan)! - fix: open redirect vulnerability in completeAuthorization
8+
39
## 0.0.11
410

511
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workers-oauth-provider",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "OAuth provider for Cloudflare Workers",
55
"main": "dist/oauth-provider.js",
66
"types": "dist/oauth-provider.d.ts",

0 commit comments

Comments
 (0)