diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8f8e3..57c0c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v0.0.4 + +[compare changes](https://github.com/zadigetvoltaire/nuxt-well-known/compare/v0.0.3...v0.0.4) + + +### 🏡 Chore + + - **release:** V0.0.4 ([9d25307](https://github.com/zadigetvoltaire/nuxt-well-known/commit/9d25307)) + - Add git push in release cmd ([8c9e1f9](https://github.com/zadigetvoltaire/nuxt-well-known/commit/8c9e1f9)) + - Changelog config ([af737f5](https://github.com/zadigetvoltaire/nuxt-well-known/commit/af737f5)) + +### 🤖 CI + + - Test build only when pipeline change on main branch ([063d3ff](https://github.com/zadigetvoltaire/nuxt-well-known/commit/063d3ff)) + +### ❤️ Contributors + +- LouisMazel + ## v0.0.4 [compare changes](https://github.com/zadigetvoltaire/nuxt-well-known/compare/v0.0.3...v0.0.4) diff --git a/package.json b/package.json index 2d761a4..29b9718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zadig-voltaire/nuxt-well-known", - "version": "0.0.3", + "version": "0.0.4", "description": "Nuxt module to add well-known files and rules with middlewares", "license": "MIT", "type": "module",