Skip to content

Commit e476423

Browse files
2.1.0 [skip ci]
1 parent ccdd729 commit e476423

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

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+
39
## [2.0.0](https://github.com/prantlf/grab-github-release/compare/v1.0.0...v2.0.0) (2024-04-01)
410

511
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grab-github-release",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Downloads and optionally unpacks an archive from GitHub release assets for the current platform.",
55
"author": {
66
"name": "Ferdinand Prantl",
@@ -81,4 +81,4 @@
8181
"release",
8282
"assets"
8383
]
84-
}
84+
}

0 commit comments

Comments
 (0)