Releases: wdzeng/edge-addon
Releases · wdzeng/edge-addon
v2.1.0
Support notes-for-certification
.
v2.0.0
Add support for Microsoft Edge Add-ons API v1.1.
Breaking Changes
- Add new input:
api_key
and remove deprecated inputs:client_secret
andaccess_token_url
. - Input
zip_path
now supports a glob pattern. Thanks to @XFox111.
v1.2.5
v1.2.4
Upgrade dependencies.
v1.2.3
- Upgrade dependencies.
v1.2.2
- Upgrade dependencies.
- Use Node.js v20 action runner.
v1.2.1
v1.2.0
- Add new input option
check-credentials-only
.
v1.1.0
- Add new option
--update-only
. - Upgrade dependency versions.
v1.0.3
Changes
- Fix: error logged twice.
- Validate error data type on submission checking.
- Remove client ID, client secret and access token URL debug logging.