We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdd729 commit e476423Copy full SHA for e476423
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changes
2
3
+## [2.1.0](https://github.com/prantlf/grab-github-release/compare/v2.0.0...v2.1.0) (2024-08-11)
4
+
5
+### Features
6
7
+* Add support for riscv64 architecture ([ccdd729](https://github.com/prantlf/grab-github-release/commit/ccdd72941295dc01932b46ace4ecefd0417b2cd7))
8
9
## [2.0.0](https://github.com/prantlf/grab-github-release/compare/v1.0.0...v2.0.0) (2024-04-01)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "grab-github-release",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Downloads and optionally unpacks an archive from GitHub release assets for the current platform.",
"author": {
"name": "Ferdinand Prantl",
@@ -81,4 +81,4 @@
81
"release",
82
"assets"
83
]
84
-}
+}
0 commit comments