diff --git a/CHANGELOG.md b/CHANGELOG.md index 586ef4c..bc04a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.1.5 + +[compare changes](https://github.com/rezozero/nuxt-stories/compare/v0.1.2...v0.1.5) + +### 🩹 Fixes + +- Import useRoute ([16fe8bb](https://github.com/rezozero/nuxt-stories/commit/16fe8bb)) + +### 🏡 Chore + +- Bump version ([77c280f](https://github.com/rezozero/nuxt-stories/commit/77c280f)) + +### ❤️ Contributors + +- Manuel Odelain + ## v0.1.2 [compare changes](https://github.com/rezozero/nuxt-stories/compare/v0.1.1...v0.1.2) diff --git a/package.json b/package.json index f798864..123a8cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rezo-zero/nuxt-stories", - "version": "0.1.4", + "version": "0.1.5", "description": "Nuxt stories module - a kind of ultra light Storybook", "repository": { "type": "git", @@ -48,4 +48,4 @@ "prettier": "^3.2.5", "sass": "^1.71.0" } -} +} \ No newline at end of file