Skip to content

Commit 5fdf1a2

Browse files
chore(main): release 3.1.1 (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 943bc16 commit 5fdf1a2

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
2+
".": "3.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/headlesshq/mc-runtime-test/compare/3.1.0...3.1.1) (2025-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **action:** Change cache keys to prevent prefix fallback to cache of incorrect version ([#71](https://github.com/headlesshq/mc-runtime-test/issues/71)) ([943bc16](https://github.com/headlesshq/mc-runtime-test/commit/943bc16d5f63fccc659fb01f57615307a58d2065))
9+
310
## [3.1.0](https://github.com/headlesshq/mc-runtime-test/compare/3.0.0...3.1.0) (2025-04-06)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cp build/libs/&lt;your-mod&gt;.jar run/mods
8282

8383
- name: Run MC test client
84-
uses: headlesshq/[email protected].0 <!-- x-release-please-version -->
84+
uses: headlesshq/[email protected].1 <!-- x-release-please-version -->
8585
with:
8686
mc: 1.21.4
8787
modloader: fabric

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # v1.11
9696
with:
9797
repository: headlesshq/mc-runtime-test
98-
tag: "3.1.0" # x-release-please-version
98+
tag: "3.1.1" # x-release-please-version
9999
fileName: 'mc-runtime-test-${{ inputs.mc }}-*-${{ inputs.mc-runtime-test }}-release.jar'
100100
out-file-path: run/mods
101101

api/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# x-release-please-start-version
2-
project_version = 3.1.0
2+
project_version = 3.1.1
33
# x-release-please-end

0 commit comments

Comments
 (0)