Releases: dsaltares/fetch-gh-release-asset
Releases · dsaltares/fetch-gh-release-asset
1.1.2
What's Changed
- feat: support unauthenticated requests by @maciekmm in #59
- fix: 61 - upgrade to node 20 by @dsaltares in #63
New Contributors
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- fix: 50 - actually default version to latest by @dsaltares in #56
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #55
New Contributors
- @dependabot made their first contribution in #55
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- feat: 37 - add support for Github Enterprise by @dsaltares in #46
- fix:
set-output
deprecating warning from GitHub by @pau1ocampos in #51
New Contributors
- @pau1ocampos made their first contribution in #51
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- feat: support Windows and macOS runners by migrating to TS and node by @umireon in #36
- fix: respect release_id by @umireon in #40
- chore: npm, personal eslint and prettier by @dsaltares in #42
- fix: tests only run once on PRs by @dsaltares in #43
- refactor: unify main and mainRegex functions to remove duplicate code by @dsaltares in #44
- refactor: use async-retry instead of custom retry logic by @dsaltares in #45
New Contributors
Full Changelog: 0.0.8...1.0.0
0.0.8
0.0.7
What's Changed
- include release name and body in the output by @maciejp in #23
- Don't send token header when token is not set by @sU8U7SfkcwTJVH7PjaVmej7D in #24
- #28 Fix missing asset ID detection by @vojtapol in #30
- Default value for token added by @pseusys in #32
New Contributors
- @maciejp made their first contribution in #23
- @sU8U7SfkcwTJVH7PjaVmej7D made their first contribution in #24
- @vojtapol made their first contribution in #30
- @pseusys made their first contribution in #32
Full Changelog: 0.06...0.0.7
0.0.6
- Improve documentation
- Fix
GITHUB_TOKEN
no longer being required to run the action - see docs. - Accept target directory.
0.0.5
- Improve documentation.
- Expose version output from Github release tag.
GITHUB_TOKEN
is no longer required to run the action - see docs.
0.0.4
Merge pull request #3 from bvamos/master Optional access token for external repository
0.0.3
repo
defaults to the current repo.