Skip to content

Commit f62ce15

Browse files
Version Packages
1 parent a9e43bb commit f62ce15

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/green-files-thank.md

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

packages/oauth-providers/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#454](https://github.com/honojs/middleware/pull/454) [`980d0f07918f77fe8682a7bdc9d53dae8e269324`](https://github.com/honojs/middleware/commit/980d0f07918f77fe8682a7bdc9d53dae8e269324) Thanks [@aaronware](https://github.com/aaronware)! - Allow for an optional state arg to be passed to Google Auth middleware
8+
39
## 0.5.1
410

511
### Patch Changes

packages/oauth-providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/oauth-providers",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Social login for Hono JS, integrate authentication with facebook, github, google and linkedin to your projects.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)