diff --git a/wp-content/themes/moonshine/CHANGELOG.md b/wp-content/themes/moonshine/CHANGELOG.md index 825c32f..df86959 100644 --- a/wp-content/themes/moonshine/CHANGELOG.md +++ b/wp-content/themes/moonshine/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +## v0.1.1 + + +### 🚀 Enhancements + +- Initial Moonshine theme - Headless WordPress theme based on Nuxt (b3134fe) +- CHANGELOG generation using conventional commits (55e16ab) +- ESLint configuration (e95bbfb) + +### ❤️ Contributors + +- Pascal Martineau + diff --git a/wp-content/themes/moonshine/package.json b/wp-content/themes/moonshine/package.json index c64991d..1aebe51 100644 --- a/wp-content/themes/moonshine/package.json +++ b/wp-content/themes/moonshine/package.json @@ -1,7 +1,7 @@ { "name": "@lewebsimple/moonshine", "description": "Headless WordPress theme based on Nuxt.", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "private": true, "scripts": {