diff --git a/CHANGELOG.md b/CHANGELOG.md index ea90aa5..c7740c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v0.0.9 + +[compare changes](https://github.com/rrd108/nuxt-token-authentication/compare/v0.0.8...v0.0.9) + ## v0.0.7 [compare changes](https://github.com/rrd108/nuxt-token-authentication/compare/v0.0.6...v0.0.7) diff --git a/package.json b/package.json index 4d6888b..0ec5eda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-token-authentication", - "version": "0.0.8", + "version": "0.0.9", "description": "Token Authentication for Nuxt Server APIs", "repository": "rrd108/nuxt-token-authentication", "license": "MIT", @@ -49,4 +49,4 @@ "prisma": { "seed": "tsx prisma/seed.ts" } -} +} \ No newline at end of file