diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d2451..83f9fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.1.38 + +[compare changes](https://github.com/adrienZ/slip/compare/v0.1.38...v0.1.38) + +### 🚀 Enhancements + +- **password:** Reset user password with reset token ([#33](https://github.com/adrienZ/slip/pull/33)) + +### 💅 Refactors + +- **cli:** Fetch files from github instead of harcoding them in cli source code ([d4d636a](https://github.com/adrienZ/slip/commit/d4d636a)) + +### ❤️ Contributors + +- Adrien Zaganelli + ## v0.1.37 [compare changes](https://github.com/adrienZ/slip/compare/v0.1.36...v0.1.37) diff --git a/package.json b/package.json index 5c0122b..1a0cf69 100644 --- a/package.json +++ b/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",