diff --git a/CHANGELOG.md b/CHANGELOG.md index 134c62a..e1deef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.6.0 + +[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.5.0...v0.6.0) + +### 🩹 Fixes + +- **handler:** 🐛 Fixed handler imports ([78b989d](https://github.com/itpropro/nuxt-oidc-auth/commit/78b989d)) + +### ❤️ Contributors + +- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro)) + ## v0.5.0 [compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.4.0...v0.5.0) diff --git a/package.json b/package.json index 1abecb0..0fdf9c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@itpropro/nuxt-oidc-auth", "private": false, - "version": "0.5.0", + "version": "0.6.0", "description": "OIDC authentication module for Nuxt SSR", "repository": "itpropro/nuxt-oidc-auth", "homepage": "https://github.com/itpropro/nuxt-oidc-auth#readme",