Skip to content

Commit f210b55

Browse files
authored
0.0.6 (#9)
* 0.0.6 * Update changelog
1 parent 941d25a commit f210b55

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.6]
10+
### Changed
11+
- Strip changelog release headers from release notes ([#8](https://github.com/MetaMask/action-publish-release/pull/8))
12+
913
## [0.0.5]
1014
### Changed
1115
- **(BREAKING)** Output release notes to an environment variable ([#6](https://github.com/MetaMask/action-publish-release/pull/6))
@@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731
### Uncategorized
2832
- Initial release
2933

30-
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v0.0.5...HEAD
34+
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v0.0.6...HEAD
35+
[0.0.6]: https://github.com/MetaMask/action-publish-release/compare/v0.0.5...v0.0.6
3136
[0.0.5]: https://github.com/MetaMask/action-publish-release/compare/v0.0.4...v0.0.5
3237
[0.0.4]: https://github.com/MetaMask/action-publish-release/compare/v0.0.3...v0.0.4
3338
[0.0.3]: https://github.com/MetaMask/action-publish-release/compare/v0.0.2...v0.0.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-publish-release",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
55
"files": [
66
"lib/"

0 commit comments

Comments
 (0)