Skip to content

Commit 392abd4

Browse files
github-actions[bot]github-actionsFrederikBoldingMrtenz
authored
1.4.0 (#36)
This is the release candidate for version 1.4.0. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 1.4.0 adding optional platform-specific caching and a more efficient cache key, with changelog and version updates. > > - **Release 1.4.0**: > - Add `platform-specific-caching` option. > - Switch to a more efficient cache key. > - **Changelog**: Add `1.4.0` section and update comparison links. > - **Versioning**: Bump `package.json` version to `1.4.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 16af72d. 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: Frederik Bolding <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 9d93b27 commit 392abd4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.4.0]
11+
12+
### Added
13+
14+
- Add parameter for platform specific caching ([#34](https://github.com/MetaMask/action-checkout-and-setup/pull/34))
15+
- By default the cache is not platform specific, meaning the same cache is used by different operating systems.
16+
- The new behaviour can be enabled by setting `platform-specific-caching` to `true`.
17+
18+
### Changed
19+
20+
- Use more efficient cache key ([#33](https://github.com/MetaMask/action-checkout-and-setup/pull/33))
21+
1022
## [1.3.0]
1123

1224
### Added
@@ -52,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5264

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

55-
[Unreleased]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.3.0...HEAD
67+
[Unreleased]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.4.0...HEAD
68+
[1.4.0]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.3.0...v1.4.0
5669
[1.3.0]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.2.0...v1.3.0
5770
[1.2.0]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.1.1...v1.2.0
5871
[1.1.1]: https://github.com/MetaMask/action-checkout-and-setup/compare/v1.1.0...v1.1.1

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": "1.3.0",
3+
"version": "1.4.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)