Releases: ungoldman/gh-release
Releases Β· ungoldman/gh-release
v3.1.1
v3.1.0
Additions
- feat: add update notifier (#50)
Fixes
- fix: error on unreleased (#43)
- fix: set default endpoint properly (#60) - thanks @roman0x58
- fix: warn when package.json url is out of date (#61) - thanks @jgravois
Changes
- refactor: improve cli & usage output
- refactor: add default endpoint back for usage info
- docs(readme): update CLI usage, simplify link refs
v3.0.0
Breaking Changes
- get defaults in Node API using same method as CLI - thanks @roman0x58
Changes
- allow spaces between asset filenames - thanks @zeke
Fixes
- fixed false positives in a couple of error equality tests - thanks @roman0x58
- updated repo URLs
v2.2.1
v2.2.0
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Changed
- breaking: changed API parameters from
options, auth, callback
tooptions, callback
auth
is now inoptions
asoptions.auth
- moved all logging and CLI-related logic out of API and into CLI
- no longer uses the
node-github
client
Added
assets
option for uploading assets