diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f55d1d..3c5af2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.5.14 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.13...v0.5.14) + +### 🩹 Fixes + +- Move atproto util in runtime ([ff2ddc9](https://github.com/atinux/nuxt-auth-utils/commit/ff2ddc9)) + +### ❤️ Contributors + +- Sébastien Chopin + ## v0.5.13 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.12...v0.5.13) diff --git a/package.json b/package.json index fafa985..d9088a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.13", + "version": "0.5.14", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",