All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- fix: explicitly set minimum node version in
engines
field ofpackage.json
(#17)
- deps: mime@3.0.0 (#13)
- Ownership change! Repo is now at https://github.com/ungoldman/gh-release-assets. Same maintenance team, reason for move is hypermodules org is being retired.
- Replace depreciated
request
withsimple-get
. - BREAKING CHANGE: Update all deps which raises the minimum node version to 12.
- update
request
dependency
- src: lint, fix tests, add no assets error message
- pkg, readme: update repo URL
- ci: bump node, update env vars
- pkg: add release script
- Add ability to authorize with username/password
- Uploads array of assets to a release
- Allows for renaming assets while uploading
- Emits start, progress, and finish events for all files
- Error handling for missing files