Skip to content

Commit

Permalink
chore(release): v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 28, 2023
1 parent f9eff68 commit 0a5d6c8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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.2

[compare changes](https://github.com/unjs/changelogen/compare/v0.5.1...v0.5.2)


### 🚀 Enhancements

- Resolve repository config from git remote ([8401f91](https://github.com/unjs/changelogen/commit/8401f91))
- Load config from `changelog` field in `package.json` ([#88](https://github.com/unjs/changelogen/pull/88))
- Bump pre version ([#70](https://github.com/unjs/changelogen/pull/70))
- Support templates for commit and tag messages ([#68](https://github.com/unjs/changelogen/pull/68))

### 🩹 Fixes

- Handle unset value for `config.repo` ([#72](https://github.com/unjs/changelogen/pull/72))
- **getLastGitTag:** Handle when there are no git tags ([#77](https://github.com/unjs/changelogen/pull/77))

### 💅 Refactors

- Upgrade to `open` v9 ([315cbd0](https://github.com/unjs/changelogen/commit/315cbd0))

### 🏡 Chore

- Update badges and small improvements ([146d1d4](https://github.com/unjs/changelogen/commit/146d1d4))
- Update dev dependencies ([0f44ee9](https://github.com/unjs/changelogen/commit/0f44ee9))

### ❤️ Contributors

- Zhong666 ([@aa900031](http://github.com/aa900031))
- Donald Shtjefni ([@dnldsht](http://github.com/dnldsht))
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Sébastien Chopin <[email protected]>

## v0.5.1

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

0 comments on commit 0a5d6c8

Please sign in to comment.