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

Commit 7320ed3

Browse files
committed
chore: release v0.3.2
1 parent 97a1282 commit 7320ed3

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.2](https://github.com/Hebilicious/authjs-nuxt/compare/v0.3.1...v0.3.2) (2023-09-11)
2+
3+
4+
### Bug Fixes
5+
6+
* webcrypto polyfill ([#100](https://github.com/Hebilicious/authjs-nuxt/issues/100)) ([97a1282](https://github.com/Hebilicious/authjs-nuxt/commit/97a128231dfd1db0988f2c016e060e753c3c385c))
7+
8+
9+
110
## [0.3.1](https://github.com/Hebilicious/authjs-nuxt/compare/v0.3.0...v0.3.1) (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.1",
4+
"version": "0.3.2",
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.1",
4+
"version": "0.3.2",
55
"license": "MIT",
66
"repository": "Hebilicious/authjs-nuxt",
77
"exports": {

0 commit comments

Comments
 (0)