Skip to content

Commit

Permalink
chore(release): v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 22, 2023
1 parent aa1a650 commit 14fa199
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v0.5.5

[compare changes](https://github.com/unjs/changelogen/compare/v0.5.4...v0.5.5)

### 🚀 Enhancements

- `repo` option as string ([#128](https://github.com/unjs/changelogen/pull/128))
- Add param to require clean working dir ([#92](https://github.com/unjs/changelogen/pull/92), [#93](https://github.com/unjs/changelogen/pull/93))
- Add excludeAuthors option ([#95](https://github.com/unjs/changelogen/pull/95))

### 🩹 Fixes

- Extra spaces in contributors and breaking changes ([#134](https://github.com/unjs/changelogen/pull/134))
- Repo name with `-` or `.` ([#127](https://github.com/unjs/changelogen/pull/127))

### 🏡 Chore

- Update dependencies ([81f37bf](https://github.com/unjs/changelogen/commit/81f37bf))
- Keep prettier compatible ([cb9adf4](https://github.com/unjs/changelogen/commit/cb9adf4))
- Add autofix ci ([5bfe08e](https://github.com/unjs/changelogen/commit/5bfe08e))

### ❤️ Contributors

- John Campion Jr <[email protected]>
- Waleed Khaled ([@Waleed-KH](http://github.com/Waleed-KH))
- Maciej Kasprzyk <[email protected]>
- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.5.4

[compare changes](https://github.com/unjs/changelogen/compare/v0.5.3...v0.5.4)
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": "changelogen",
"version": "0.5.4",
"version": "0.5.5",
"description": "Generate Beautiful Changelogs using Conventional Commits",
"repository": "unjs/changelogen",
"license": "MIT",
Expand Down Expand Up @@ -63,4 +63,4 @@
"vitest": "^0.34.2"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 14fa199

Please sign in to comment.