Skip to content

Commit 35dcfaa

Browse files
chore(release): 0.2.2 [skip ci]
## [0.2.2](v0.2.1...v0.2.2) (2023-12-13) ### Bug Fixes * Add GitHub API version header ([66c2ab8](66c2ab8)) * Wait until the GitHub API rate limit allows the next request ([f995aaa](f995aaa))
1 parent f995aaa commit 35dcfaa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.2.2](https://github.com/prantlf/grab-github-release/compare/v0.2.1...v0.2.2) (2023-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Add GitHub API version header ([66c2ab8](https://github.com/prantlf/grab-github-release/commit/66c2ab8a10e3a28773a32230262941c77c025be2))
7+
* Wait until the GitHub API rate limit allows the next request ([f995aaa](https://github.com/prantlf/grab-github-release/commit/f995aaa38ca33d0bf7e7ea64df0e3c4c547f3304))
8+
19
## [0.2.1](https://github.com/prantlf/grab-github-release/compare/v0.2.0...v0.2.1) (2023-12-13)
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.2.1",
3+
"version": "0.2.2",
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)