Skip to content

Commit

Permalink
chore(release): v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
trandaison committed Apr 2, 2024
1 parent 42f8498 commit 39213e1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.0.10

[compare changes](https://github.com/trandaison/nuxt-3-auth/compare/v0.0.9...v0.0.10)

### 🩹 Fixes

- Fix retry request missing FormData params ([794ee8a](https://github.com/trandaison/nuxt-3-auth/commit/794ee8a))

### 📖 Documentation

- Fix dead links ([6828769](https://github.com/trandaison/nuxt-3-auth/commit/6828769))

### 🏡 Chore

- Upgrade packages to latest version ([5afa1d3](https://github.com/trandaison/nuxt-3-auth/commit/5afa1d3))

### ❤️ Contributors

- Trandaison ([@trandaison](http://github.com/trandaison))

## v0.0.9

[compare changes](https://github.com/trandaison/nuxt-3-auth/compare/v0.0.7...v0.0.9)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trandaison/nuxt-3-auth",
"version": "0.0.9",
"version": "0.0.10",
"description": "A simple authentication module for Nuxt 3",
"repository": "https://github.com/trandaison/nuxt-3-auth",
"homepage": "https://nuxt-3-auth.github.io",
Expand Down Expand Up @@ -60,4 +60,4 @@
"vitepress": "1.0.0-rc.45",
"vitest": "^0.33.0"
}
}
}

0 comments on commit 39213e1

Please sign in to comment.