Skip to content

Commit 2377689

Browse files
github-actions[bot]github-actionsMrtenz
authored
1.0.1 (#17)
This is the release candidate for version 1.0.1. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 1.0.1 with changelog entry for using environment variables for script inputs and a version bump. > > - **Release 1.0.1** > - Update `CHANGELOG.md`: > - Add `1.0.1` section under *Fixed*: use environment variables for script inputs. > - Update comparison links for `Unreleased` and `1.0.1`. > - Bump package version in `package.json` to `1.0.1`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2333928. 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 bd2e84c commit 2377689

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

88
## [Unreleased]
99

10+
## [1.0.1]
11+
12+
### Fixed
13+
14+
- Use environment variables for script inputs ([#9](https://github.com/MetaMask/action-retry-command/pull/9))
15+
1016
## [1.0.0]
1117

1218
### Added
1319

1420
- Initial release of this action ([#3](https://github.com/MetaMask/action-retry-command/pull/3))
1521

16-
[Unreleased]: https://github.com/MetaMask/action-retry-command/compare/v1.0.0...HEAD
22+
[Unreleased]: https://github.com/MetaMask/action-retry-command/compare/v1.0.1...HEAD
23+
[1.0.1]: https://github.com/MetaMask/action-retry-command/compare/v1.0.0...v1.0.1
1724
[1.0.0]: https://github.com/MetaMask/action-retry-command/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-retry-command",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "A GitHub Action to retry a command up to a specified number of times",
66
"homepage": "https://github.com/MetaMask/action-retry-command#readme",

0 commit comments

Comments
 (0)