Skip to content

Commit

Permalink
chore(release): v0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Oct 2, 2024
1 parent 77ca461 commit 210894a
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.4.18

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

### 🚀 Enhancements

- Improve headers logging readability ([8160e8c](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/8160e8c))

### 🩹 Fixes

- Use normalized Headers object for interceptors ([22602b6](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/22602b6))

### 🏡 Chore

- Use specific ofetch version for development ([6edf22d](https://github.com/manchenkoff/nuxt-auth-sanctum/commit/6edf22d))

### ❤️ Contributors

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

## v0.4.17

[compare changes](https://github.com/manchenkoff/nuxt-auth-sanctum/compare/v0.4.16...v0.4.17)
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.17",
"version": "0.4.18",
"author": "Artem Manchenkov",
"description": "Nuxt module for Laravel Sanctum authentication",
"homepage": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
Expand Down

0 comments on commit 210894a

Please sign in to comment.