Skip to content

Commit a659cdf

Browse files
github-actions[bot]github-actionsrekmarks
authored
1.0.1 (#29)
* 1.0.1 * Update CHANGELOG.md Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
1 parent 038147a commit a659cdf

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.0.1]
10+
### Added
11+
- `release-version` output ([#28](https://github.com/MetaMask/action-publish-release/pull/28))
12+
- This outputs the version of the GitHub release, once it has been created.
13+
914
## [1.0.0]
1015
### Uncategorized
1116
- First stable release
@@ -56,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5661
### Uncategorized
5762
- Initial release
5863

59-
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v1.0.0...HEAD
64+
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v1.0.1...HEAD
65+
[1.0.1]: https://github.com/MetaMask/action-publish-release/compare/v1.0.0...v1.0.1
6066
[1.0.0]: https://github.com/MetaMask/action-publish-release/compare/v0.1.0...v1.0.0
6167
[0.1.0]: https://github.com/MetaMask/action-publish-release/compare/v0.0.7...v0.1.0
6268
[0.0.7]: https://github.com/MetaMask/action-publish-release/compare/v0.0.6...v0.0.7

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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
55
"files": [
66
"lib/"

0 commit comments

Comments
 (0)