Skip to content

Commit

Permalink
chore(release): v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 3, 2023
1 parent 1e5f0b7 commit de240e5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

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

### 🚀 Enhancements

- Support `--publish` and `--canary` ([#123](https://github.com/unjs/changelogen/pull/123))

### 🩹 Fixes

- **markdown:** Remove unnecessary spaces ([#106](https://github.com/unjs/changelogen/pull/106))
- Add missing type export to package.json ([#113](https://github.com/unjs/changelogen/pull/113))

### 📖 Documentation

- Add documentation about `--push` flag ([#114](https://github.com/unjs/changelogen/pull/114))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Mazel <[email protected]>
- Waleed Khaled ([@Waleed-KH](http://github.com/Waleed-KH))
- Thomas Lamant ([@tmlmt](http://github.com/tmlmt))

## v0.5.3

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

0 comments on commit de240e5

Please sign in to comment.