Skip to content

Commit 29e23b6

Browse files
github-actions[bot]github-actionsMrtenz
authored
2.0.1 (#47)
This is the release candidate for version 2.0.1. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 2.0.1 with a fix to use environment variables for script inputs and updated changelog/version metadata. > > - **Release 2.0.1**: > - **Fix**: Use environment variables for script inputs. > - Update `CHANGELOG.md` with `2.0.1` entry and comparison links. > - Bump version in `package.json` to `2.0.1`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0edbcef. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 9928e44 commit 29e23b6

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,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.1]
11+
12+
### Fixed
13+
14+
- Use environment variables for script inputs ([#44](https://github.com/MetaMask/action-checkout-and-setup/pull/44))
15+
1016
## [2.0.0]
1117

1218
### Changed
@@ -72,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7278

7379
- Initial release of `MetaMask/action-checkout-and-setup` ([#9](https://github.com/MetaMask/action-checkout-and-setup/pull/9))
7480

75-
[Unreleased]: https://github.com/MetaMask/action-checkout-and-setup/compare/v2.0.0...HEAD
81+
[Unreleased]: https://github.com/MetaMask/action-checkout-and-setup/compare/v2.0.1...HEAD
82+
[2.0.1]: https://github.com/MetaMask/action-checkout-and-setup/compare/v2.0.0...v2.0.1
7683
[2.0.0]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.4.0...v2.0.0
7784
[1.4.0]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.3.0...v1.4.0
7885
[1.3.0]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.2.0...v1.3.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": "2.0.0",
3+
"version": "2.0.1",
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)