We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0006eed commit fff47f1Copy full SHA for fff47f1
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.5.9
5
+
6
+[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.8...v0.5.9)
7
8
+### 🚀 Enhancements
9
10
+- Add support for websocket handler ([#327](https://github.com/atinux/nuxt-auth-utils/pull/327))
11
12
+### ❤️ Contributors
13
14
+- Sébastien Chopin ([@atinux](http://github.com/atinux))
15
16
## v0.5.8
17
18
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.7...v0.5.8)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-auth-utils",
- "version": "0.5.8",
+ "version": "0.5.9",
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
"repository": {
"type": "git",
0 commit comments