Skip to content

Commit

Permalink
chore(release): v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynevychroman committed Sep 25, 2024
1 parent f8aa140 commit 2c449ee
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-app",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 2c449ee

Please sign in to comment.