Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo
c1dd9c9e59 Release 2.21.21 2023-11-28 10:48:18 +09:00
Taiki Endo
9e2074ea28 Update biome@latest to 1.4.0 2023-11-28 03:09:16 +09:00
2 changed files with 31 additions and 3 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.21.21] - 2023-11-28
- Update `biome@latest` to 1.4.0.
## [2.21.20] - 2023-11-27 ## [2.21.20] - 2023-11-27
- Update `grcov@latest` to 0.8.19. - Update `grcov@latest` to 0.8.19.
@@ -1457,7 +1461,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.21.20...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.21...HEAD
[2.21.21]: https://github.com/taiki-e/install-action/compare/v2.21.20...v2.21.21
[2.21.20]: https://github.com/taiki-e/install-action/compare/v2.21.19...v2.21.20 [2.21.20]: https://github.com/taiki-e/install-action/compare/v2.21.19...v2.21.20
[2.21.19]: https://github.com/taiki-e/install-action/compare/v2.21.18...v2.21.19 [2.21.19]: https://github.com/taiki-e/install-action/compare/v2.21.18...v2.21.19
[2.21.18]: https://github.com/taiki-e/install-action/compare/v2.21.17...v2.21.18 [2.21.18]: https://github.com/taiki-e/install-action/compare/v2.21.17...v2.21.18

27
manifests/biome.json generated
View File

@@ -27,10 +27,33 @@
} }
}, },
"latest": { "latest": {
"version": "1.3.3" "version": "1.4.0"
}, },
"1": { "1": {
"version": "1.3.3" "version": "1.4.0"
},
"1.4": {
"version": "1.4.0"
},
"1.4.0": {
"x86_64_linux_gnu": {
"checksum": "9d14e2a3ebf5350813d7d2b14b8b0b92d3e9cfa384bfbdc6a314b46cf3c8cc6c"
},
"x86_64_macos": {
"checksum": "577a8351104676269103652d0815872e8ec14271c71b68b4e56fab45367217ce"
},
"x86_64_windows": {
"checksum": "5980f3956f51cf570c5830cd86534b4e11743e08967dbee3f755ecfd77d04d30"
},
"aarch64_linux_gnu": {
"checksum": "9c944cd932476a5e6264f455ab3979a8ed870a72adffdebc3dbe9ef4e4240926"
},
"aarch64_macos": {
"checksum": "fbd1852338ba02c832a3a9b95818e516e2327a82620fd2d159eed77a960a3e23"
},
"aarch64_windows": {
"checksum": "1dfbf844a312e40c1f16e4b1e8486ff4c93281087b2ee1c50ea9ca34b76da8b2"
}
}, },
"1.3": { "1.3": {
"version": "1.3.3" "version": "1.3.3"