Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 026d284

Browse files
committed
chore: release v0.3.1
1 parent dae0c45 commit 026d284

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.3.1](https://github.com/Hebilicious/authjs-nuxt/compare/v0.3.0...v0.3.1) (2023-09-08)
2+
3+
4+
### Bug Fixes
5+
6+
* credentials no redirect ([#96](https://github.com/Hebilicious/authjs-nuxt/issues/96)) ([dae0c45](https://github.com/Hebilicious/authjs-nuxt/commit/dae0c4558be45eba9a6a210be265f2106e176985))
7+
8+
9+
110
# [0.3.0](https://github.com/Hebilicious/authjs-nuxt/compare/v0.3.0-beta.3...v0.3.0) (2023-09-08)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/authjs-nuxt",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"private": true,
66
"workspaces": [
77
"packages/*",

packages/authjs-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/authjs-nuxt",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"license": "MIT",
66
"repository": "Hebilicious/authjs-nuxt",
77
"exports": {

0 commit comments

Comments
 (0)