Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo
040f0ebba5 Release 2.33.18 2024-05-08 10:36:40 +09:00
Taiki Endo
1a42fe4b6d Update wasmtime@latest to 20.0.2 2024-05-08 06:13:30 +09:00
2 changed files with 26 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.33.18] - 2024-05-08
- Update `wasmtime@latest` to 20.0.2.
## [2.33.17] - 2024-05-06 ## [2.33.17] - 2024-05-06
- Update `biome@latest` to 1.7.3. - Update `biome@latest` to 1.7.3.
@@ -2147,7 +2151,8 @@ Note: This release is considered a breaking change because installing on version
Initial release Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.17...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.18...HEAD
[2.33.18]: https://github.com/taiki-e/install-action/compare/v2.33.17...v2.33.18
[2.33.17]: https://github.com/taiki-e/install-action/compare/v2.33.16...v2.33.17 [2.33.17]: https://github.com/taiki-e/install-action/compare/v2.33.16...v2.33.17
[2.33.16]: https://github.com/taiki-e/install-action/compare/v2.33.15...v2.33.16 [2.33.16]: https://github.com/taiki-e/install-action/compare/v2.33.15...v2.33.16
[2.33.15]: https://github.com/taiki-e/install-action/compare/v2.33.14...v2.33.15 [2.33.15]: https://github.com/taiki-e/install-action/compare/v2.33.14...v2.33.15

View File

@@ -23,13 +23,30 @@
} }
}, },
"latest": { "latest": {
"version": "20.0.1" "version": "20.0.2"
}, },
"20": { "20": {
"version": "20.0.1" "version": "20.0.2"
}, },
"20.0": { "20.0": {
"version": "20.0.1" "version": "20.0.2"
},
"20.0.2": {
"x86_64_linux_gnu": {
"checksum": "88857222f6098e1d2988d66cbcb3f73b0b5230e8e6871967de7b44f652a542ff"
},
"x86_64_macos": {
"checksum": "1206b8afa8f2c89f4599886647bae7258cedcb68e4f73e68a6610a68c9141be5"
},
"x86_64_windows": {
"checksum": "b6653044531806d424a1f3eff4bf664e071c163f0536b6447318bced316478d8"
},
"aarch64_linux_gnu": {
"checksum": "6df6dfa37c6b7eaef7853b65d0e691eac45c9fb5793ecb37c9404b077d5098f4"
},
"aarch64_macos": {
"checksum": "69d3cfdece114def47cb21bfb37fdc89a2217d2dc7582a68cae4ff2b243837d6"
}
}, },
"20.0.1": { "20.0.1": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {