Skip to content

Commit ee12044

Browse files
committed
chore(release): v0.4.9
1 parent b772f6d commit ee12044

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.4.9
5+
6+
[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.8...v0.4.9)
7+
8+
### 🚀 Enhancements
9+
10+
- Simplified module config ([b3bad10](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/b3bad10))
11+
12+
### 🩹 Fixes
13+
14+
- Added augmented types for PageMeta ([e784f88](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/e784f88))
15+
16+
### 🏡 Chore
17+
18+
- Migrated from yarn to pnpm ([bad9820](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/bad9820))
19+
- Simplified pull request template ([8f8955b](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/8f8955b))
20+
- Applied eslint formatter ([1b2670d](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/1b2670d))
21+
22+
### 🤖 CI
23+
24+
- Upgraded pipelines to work with pnpm ([1a041da](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/1a041da))
25+
26+
### ❤️ Contributors
27+
28+
- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff))
29+
430
## v0.4.8
531

632
[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.7...v0.4.8)

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.8",
3+
"version": "0.4.9",
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)