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 5ad187c commit 74888ceCopy full SHA for 74888ce
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.1.38
5
+
6
+[compare changes](https://github.com/adrienZ/slip/compare/v0.1.37...v0.1.38)
7
8
+### 🚀 Enhancements
9
10
+- **passwrd:** Allow custom hasing methods for password #31 ([#31](https://github.com/adrienZ/slip/issues/31))
11
12
+### ❤️ Contributors
13
14
+- Adrien Zaganelli <adrienzaganelli@gmail.com>
15
16
## v0.1.37
17
18
[compare changes](https://github.com/adrienZ/slip/compare/v0.1.36...v0.1.37)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-slip-auth",
- "version": "0.1.37",
+ "version": "0.1.38",
"description": "My new Nuxt module",
"repository": "https://github.com/adrienZ/slip",
"license": "MIT",
0 commit comments