Skip to content

Commit ebb087f

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.2.3...v1.0.0) (2024-03-31) ### Bug Fixes * Upgrade depednencies ([4af2502](4af2502)) * Use command-line args targetDirectory and token ([edf3d57](edf3d57)) ### Features * Add function and command-line option for clearing cache ([0d5ba64](0d5ba64)) * Save downloaded zip files to cache for being used next ([6c3bf05](6c3bf05)) ### BREAKING CHANGES * The package exports only named exports from now on. If you imported the function `grab` as a default export, import it by the name `grab` as a named export from now on. The command-line tool works as it did with no breaking change. * Although caching the archives downloaded from GitHub releases to ~/.cache/grabghr by default should be transparent and should not affect any usage scenario, it might influence the speed or disk usage of a particular application. That is why this is formally declared as a breaking change.
1 parent a1d221a commit ebb087f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [1.0.0](https://github.com/prantlf/grab-github-release/compare/v0.2.3...v1.0.0) (2024-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* Upgrade depednencies ([4af2502](https://github.com/prantlf/grab-github-release/commit/4af2502a4b47af202088e6bb887c08bfcb63355c))
7+
* Use command-line args targetDirectory and token ([edf3d57](https://github.com/prantlf/grab-github-release/commit/edf3d57dae96c965e925356a1546f6ddf60c190d))
8+
9+
10+
### Features
11+
12+
* Add function and command-line option for clearing cache ([0d5ba64](https://github.com/prantlf/grab-github-release/commit/0d5ba64d54c983ed1c20159ec23dbf8108bd2f04))
13+
* Save downloaded zip files to cache for being used next ([6c3bf05](https://github.com/prantlf/grab-github-release/commit/6c3bf0592e9bdfe0ee121310ddb2a9a054385d2c))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* The package exports only named exports from now on.
19+
If you imported the function `grab` as a default export, import it
20+
by the name `grab` as a named export from now on. The command-line
21+
tool works as it did with no breaking change.
22+
* Although caching the archives downloaded from GitHub
23+
releases to ~/.cache/grabghr by default should be transparent and should
24+
not affect any usage scenario, it might influence the speed or disk
25+
usage of a particular application. That is why this is formally declared
26+
as a breaking change.
27+
128
## [0.2.3](https://github.com/prantlf/grab-github-release/compare/v0.2.2...v0.2.3) (2023-12-13)
229

330

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.3",
3+
"version": "1.0.0",
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)