Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2023
1 parent 44788f5 commit 585594e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

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

[compare changes](https://github.com/unjs/changelogen/compare/v0.4.1...v0.5.0)


### 🚀 Enhancements

- Update execa to v7 ([e61e2f6](https://github.com/unjs/changelogen/commit/e61e2f6))
- ⚠️ Support different repository providers ([#55](https://github.com/unjs/changelogen/pull/55))
- Github release integration ([#67](https://github.com/unjs/changelogen/pull/67))
- Support explicit bumping as major, minor, or patch via cli ([c8afa86](https://github.com/unjs/changelogen/commit/c8afa86))
- Automatically resolve github token from gh cli ([231a3ec](https://github.com/unjs/changelogen/commit/231a3ec))
- Default `gh release` to latest version ([44788f5](https://github.com/unjs/changelogen/commit/44788f5))

### 🩹 Fixes

- Stage `CHANGELOG.md` and `package.json` when releasing ([69d375c](https://github.com/unjs/changelogen/commit/69d375c))
- Add correct output file to git ([#64](https://github.com/unjs/changelogen/pull/64))
- Update ungh link ([a5ab510](https://github.com/unjs/changelogen/commit/a5ab510))
- Only access latest tag accessible from current branch ([#69](https://github.com/unjs/changelogen/pull/69))
- **cli:** Don't eat up first `-*` arg ([77b483b](https://github.com/unjs/changelogen/commit/77b483b))

### 🏡 Chore

- Fix lint issue and update snapshots ([e162ab8](https://github.com/unjs/changelogen/commit/e162ab8))
- Mention gh cli login ([7f4a05f](https://github.com/unjs/changelogen/commit/7f4a05f))

#### ⚠️ Breaking Changes

- ⚠️ Support different repository providers ([#55](https://github.com/unjs/changelogen/pull/55))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>
- Donald Shtjefni ([@dnldsht](http://github.com/dnldsht))

## v0.4.1

[compare changes](https://github.com/unjs/changelogen/compare/v0.4.0...v0.4.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelogen",
"version": "0.4.1",
"version": "0.5.0",
"description": "Generate Beautiful Changelogs using Conventional Commits",
"repository": "unjs/changelogen",
"license": "MIT",
Expand Down

0 comments on commit 585594e

Please sign in to comment.