Skip to content

Commit 1f940ac

Browse files
chore(release): 0.1.1 [skip ci]
## [0.1.1](v0.1.0...v0.1.1) (2023-10-27) ### Bug Fixes * Do not try processing failed requests ([674a735](674a735)) * Wait 5-10s between failing network requet attempts ([054e377](054e377))
1 parent 674a735 commit 1f940ac

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.1.1](https://github.com/prantlf/grab-github-release/compare/v0.1.0...v0.1.1) (2023-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Do not try processing failed requests ([674a735](https://github.com/prantlf/grab-github-release/commit/674a73598a635de4b6084af36bd82855383eaac8))
7+
* Wait 5-10s between failing network requet attempts ([054e377](https://github.com/prantlf/grab-github-release/commit/054e377cf119cdcc16d8a6d036ac221018c15b93))
8+
19
# [0.1.0](https://github.com/prantlf/grab-github-release/compare/v0.0.1...v0.1.0) (2023-10-26)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grab-github-release",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Downloads and optionally unpacks an archive from GitHub release assets for the current platform.",
55
"author": {
66
"name": "Ferdinand Prantl",

0 commit comments

Comments
 (0)