diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc5181..3238d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v0.5.4 + +[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.3...v0.5.4) + +### 🚀 Enhancements + +- Forward set-cookie header for `useUserSession().clear()` ([#282](https://github.com/atinux/nuxt-auth-utils/pull/282)) + +### 🏡 Chore + +- Add SessionConfig type ([7633e27](https://github.com/atinux/nuxt-auth-utils/commit/7633e27)) +- Fix types ([5d58645](https://github.com/atinux/nuxt-auth-utils/commit/5d58645)) +- Update deps ([ffafb2c](https://github.com/atinux/nuxt-auth-utils/commit/ffafb2c)) +- Rename jtw to jwt ([139197b](https://github.com/atinux/nuxt-auth-utils/commit/139197b)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) + ## v0.5.3 [compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.2...v0.5.3) diff --git a/package.json b/package.json index 8f46b69..5dd67e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-auth-utils", - "version": "0.5.3", + "version": "0.5.4", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", "repository": { "type": "git",