Skip to content

Commit

Permalink
chore(release): v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renejfc committed Apr 10, 2024
1 parent 5fd6c61 commit 09c1275
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog


## v0.0.6

[compare changes](https://github.com/renejfc/conmmit/compare/v0.0.5...v0.0.6)

### 🚀 Enhancements

- **internal:** Add args handling ([f3c23c3](https://github.com/renejfc/conmmit/commit/f3c23c3))
- **cli:** Option to add specific files or all ([68febee](https://github.com/renejfc/conmmit/commit/68febee))

### 💅 Refactors

- **mvp:** Change whole structure, api, etc... ([85da344](https://github.com/renejfc/conmmit/commit/85da344))
- **split:** Change task handling & split stuff ([cb22691](https://github.com/renejfc/conmmit/commit/cb22691))

### 📦 Build

- **deps:** Bump deps ([5fd6c61](https://github.com/renejfc/conmmit/commit/5fd6c61))

### 🏡 Chore

- **package:** Add package metadata ([5d19a08](https://github.com/renejfc/conmmit/commit/5d19a08))

### ❤️ Contributors

- René <[email protected]>

## v0.0.5

[compare changes](https://github.com/renejfc/conmmit/compare/v0.0.4...v0.0.5)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conmmit",
"version": "0.0.5",
"version": "0.0.6",
"description": "A CLI that helps you create conventional commits (a.k.a conmmits)",
"keywords": [
"commit",
Expand Down Expand Up @@ -53,4 +53,4 @@
"peerDependencies": {
"typescript": "^5.4.5"
}
}
}

0 comments on commit 09c1275

Please sign in to comment.