diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..16f79cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ + +## v0.0.6 + +[compare changes](https://github.com/romanhrynevych/nuxt-start/compare/v0.0.5...v0.0.6) + +### 🚀 Enhancements + +- **changelog:** Add `changelogen` dep for auto-generate CHANGELOG.md file ([eb7585b](https://github.com/romanhrynevych/nuxt-start/commit/eb7585b)) +- **changelog:** Create empty CHANGELOG.md file ([fc6e337](https://github.com/romanhrynevych/nuxt-start/commit/fc6e337)) + +### 🩹 Fixes + +- **scripts:** Update `release` script, add `--no-push` flag ([a9b6368](https://github.com/romanhrynevych/nuxt-start/commit/a9b6368)) +- **bumpp:** Rename `release` to `bump` and add `--no-commit` flag ([a070d02](https://github.com/romanhrynevych/nuxt-start/commit/a070d02)) +- **bumpp:** Update `bump` script, remove unused options ([9a6549c](https://github.com/romanhrynevych/nuxt-start/commit/9a6549c)) +- **scripts:** Update `release` command ([f8aa140](https://github.com/romanhrynevych/nuxt-start/commit/f8aa140)) + +### 💅 Refactors + +- **release:** Fully change release flow to make `bumpp` and `changelogen` friends 😅 ([44b1ff5](https://github.com/romanhrynevych/nuxt-start/commit/44b1ff5)) + +### ❤️ Contributors + +- Hrynevychroman + diff --git a/package.json b/package.json index e8f9f8d..0c7607c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-app", "type": "module", - "version": "0.0.5", + "version": "0.0.6", "private": true, "packageManager": "pnpm@9.10.0", "scripts": {