diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f9fa5..19f031e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## v0.1.39 + +[compare changes](https://github.com/adrienZ/slip/compare/v0.1.38...v0.1.39) + +### 🚀 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)) + +### 🏡 Chore + +- **release:** V0.1.38 ([c2f0610](https://github.com/adrienZ/slip/commit/c2f0610)) + +### ❤️ Contributors + +- Adrien Zaganelli + ## v0.1.38 [compare changes](https://github.com/adrienZ/slip/compare/v0.1.38...v0.1.38) diff --git a/package.json b/package.json index 5583384..f87bde1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-slip-auth", - "version": "0.1.38", + "version": "0.1.39", "description": "My new Nuxt module", "repository": { "type": "git",