Skip to content

Commit 70843c5

Browse files
committed
internal: Fix version.
1 parent 102e5c1 commit 70843c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.1
2+
3+
- Include the architecture in the cache key.
4+
15
# 0.4.0
26

37
- Added a `cache-version` input that will be used in the cache key.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonrepo/setup-toolchain",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A GitHub action to setup and cache the proto and moon toolchains.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)