Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Oct 4, 2024
1 parent 27e25cb commit 796d366
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## v0.5.0

[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.18...v0.5.0)

### 🚀 Enhancements

- ⚠️ Use ofetch as actual dependency ([07f0213](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/07f0213))

### 🩹 Fixes

- Expect object instead of headers to log ([aeeddb8](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/aeeddb8))

#### ⚠️ Breaking Changes

- ⚠️ Use ofetch as actual dependency ([07f0213](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/07f0213))

### ❤️ Contributors

- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff))

## v0.4.18

[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.17...v0.4.18)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-auth-sanctum",
"version": "0.4.18",
"version": "0.5.0",
"author": "Artem Manchenkov",
"description": "Nuxt module for Laravel Sanctum authentication",
"homepage": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
Expand Down

0 comments on commit 796d366

Please sign in to comment.