From 39213e195abcf133732131cbaff1e867b058214b Mon Sep 17 00:00:00 2001 From: trandaison Date: Tue, 2 Apr 2024 22:00:40 +0700 Subject: [PATCH] chore(release): v0.0.10 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8769d69..a6829d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1787101..60ade74 100644 --- a/package.json +++ b/package.json @@ -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", @@ -60,4 +60,4 @@ "vitepress": "1.0.0-rc.45", "vitest": "^0.33.0" } -} +} \ No newline at end of file