diff --git a/.changeset/hip-owls-give.md b/.changeset/hip-owls-give.md deleted file mode 100644 index 25f50c2a..00000000 --- a/.changeset/hip-owls-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oauth-providers': patch ---- - -ensure CSRF state returned to GitHub apps diff --git a/.changeset/two-crabs-speak.md b/.changeset/two-crabs-speak.md deleted file mode 100644 index 3d345f89..00000000 --- a/.changeset/two-crabs-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oauth-providers': patch ---- - -ensure redirect to original URL for GitHub apps diff --git a/packages/oauth-providers/CHANGELOG.md b/packages/oauth-providers/CHANGELOG.md index f0894c4b..f69e3d35 100644 --- a/packages/oauth-providers/CHANGELOG.md +++ b/packages/oauth-providers/CHANGELOG.md @@ -1,5 +1,13 @@ # @hono/oauth-providers +## 0.1.2 + +### Patch Changes + +- [#279](https://github.com/honojs/middleware/pull/279) [`cfaa80a`](https://github.com/honojs/middleware/commit/cfaa80a9e723c4af6e30eb796321db5184a7a6d5) Thanks [@rawkode](https://github.com/rawkode)! - ensure CSRF state returned to GitHub apps + +- [#280](https://github.com/honojs/middleware/pull/280) [`14443cc`](https://github.com/honojs/middleware/commit/14443cc255735cc25b85f18f83b1fb3b53583de6) Thanks [@rawkode](https://github.com/rawkode)! - ensure redirect to original URL for GitHub apps + ## 0.1.1 ### Patch Changes diff --git a/packages/oauth-providers/package.json b/packages/oauth-providers/package.json index 9a934316..2d7001d1 100644 --- a/packages/oauth-providers/package.json +++ b/packages/oauth-providers/package.json @@ -1,6 +1,6 @@ { "name": "@hono/oauth-providers", - "version": "0.1.1", + "version": "0.1.2", "description": "Social login for Hono JS, integrate authentication with facebook, github, google and linkedin to your projects.", "main": "dist/index.js", "files": [