Skip to content

Commit 2a20fd3

Browse files
github-actions[bot]github-actionsMrtenz
authored
1.0.0 (#9)
This is the release candidate for version 1.0.0. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 9acba41 commit 2a20fd3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/MetaMask/action-checkout-and-setup/
10+
## [1.0.0]
11+
12+
### Added
13+
14+
- Initial release of `MetaMask/action-checkout-and-setup` ([#9](https://github.com/MetaMask/action-checkout-and-setup/pull/9))
15+
16+
[Unreleased]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.0.0...HEAD
17+
[1.0.0]: https://github.com/MetaMask/action-checkout-and-setup/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/action-checkout-and-setup",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Checkout repository and set up a Node.js environment with a reusable GitHub Action",
66
"homepage": "https://github.com/MetaMask/action-checkout-and-setup#readme",

0 commit comments

Comments
 (0)