diff --git a/CHANGELOG.md b/CHANGELOG.md index 970ddfa..65dfa1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.0.4 + +[compare changes](https://github.com/timhanlon/bedtime/compare/v0.0.3...v0.0.4) + +### 🚀 Enhancements + +- Custom styling ([#6](https://github.com/timhanlon/bedtime/pull/6)) + +### ❤️ Contributors + +- Timhanlon + ## v0.0.3 [compare changes](https://github.com/timhanlon/bedtime/compare/v0.0.2...v0.0.3) diff --git a/package.json b/package.json index 1b6cb2a..e4175c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-bedtime", - "version": "0.0.3", + "version": "0.0.4", "description": "Nuxt module for creating component stories", "repository": "timhanlon/bedtime", "license": "MIT",