Skip to content

Commit 112650c

Browse files
committed
chore(release): v0.4.3
1 parent 050c006 commit 112650c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

4+
## v0.4.3
5+
6+
[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.2...v0.4.3)
7+
8+
### 🩹 Fixes
9+
10+
- Use resolved path for augmented types when using pnpm ([050c006](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/050c006))
11+
12+
### 🏡 Chore
13+
14+
- Upgraded nuxt version ([0cd2d51](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/0cd2d51))
15+
16+
### ❤️ Contributors
17+
18+
- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff))
19+
420
## v0.4.2
521

622
[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.1...v0.4.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-auth-sanctum",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"author": "Artem Manchenkov",
55
"description": "Nuxt module for Laravel Sanctum authentication",
66
"homepage": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",

0 commit comments

Comments
 (0)