Skip to content

Commit b319d97

Browse files
Version Packages (#1383)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1980a66 commit b319d97

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/gentle-bugs-peel.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.8.4
4+
5+
### Patch Changes
6+
7+
- [#1372](https://github.com/honojs/middleware/pull/1372) [`1980a66370d4afc8d552ac08bd25af0c87b49112`](https://github.com/honojs/middleware/commit/1980a66370d4afc8d552ac08bd25af0c87b49112) Thanks [@mrdear](https://github.com/mrdear)! - fixed github email request content-type
8+
39
## 0.8.3
410

511
### Patch Changes

packages/oauth-providers/deno.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.8.3",
3+
"version": "0.8.4",
44
"license": "MIT",
55
"exports": {
66
".": "./src/index.ts",

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.8.3",
3+
"version": "0.8.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/honojs/middleware.git",

0 commit comments

Comments
 (0)