diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fbcd10..90fe6381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.0.4 + +[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.3...v0.0.4) + +### 🩹 Fixes + +- Use import presets ([f16ebc9](https://github.com/Atinux/nuxt-auth-utils/commit/f16ebc9)) + +### 🏡 Chore + +- **release:** V0.0.3 ([9d1342c](https://github.com/Atinux/nuxt-auth-utils/commit/9d1342c)) +- Add comment ([1923dcc](https://github.com/Atinux/nuxt-auth-utils/commit/1923dcc)) + +### ❤️ Contributors + +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v0.0.3 [compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.2...v0.0.3) diff --git a/package.json b/package.json index df59aa52..f88a7090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.0.3", + "version": "0.0.4", "description": "Minimalist Auth module for Nuxt with SSR", "repository": "Atinux/nuxt-auth-utils", "license": "MIT",