Version Packages (#1167)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1168/head
github-actions[bot] 2025-05-16 07:42:31 +09:00 committed by GitHub
parent cf48336cbd
commit 8fafbc1d4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/oauth-providers': minor
---
The PR adds Microsoft Entra (AzureAD) to the list of supported 3rd-party OAuth providers.

View File

@ -1,5 +1,11 @@
# @hono/oauth-providers
## 0.8.0
### Minor Changes
- [#1163](https://github.com/honojs/middleware/pull/1163) [`cf48336cbd123a45b461caaa41325d2302182901`](https://github.com/honojs/middleware/commit/cf48336cbd123a45b461caaa41325d2302182901) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - The PR adds Microsoft Entra (AzureAD) to the list of supported 3rd-party OAuth providers.
## 0.7.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/oauth-providers",
"version": "0.7.1",
"version": "0.8.0",
"description": "Social login for Hono JS, integrate authentication with facebook, github, google and linkedin to your projects.",
"type": "module",
"main": "dist/index.js",