Changelog
v6.2.0
Assorted dependency updates and a documentation change.
Changelog
v6.1.1
This release fixes an issue with the --cname
option.
Changelog
v6.1.0
This release adds support for --nojekyll
and --cname
options.
Changelog
v6.0.0
This release drops support for Node 14. Otherwise, there are no special upgrade considerations.
Changelog
v5.0.0
Potentially breaking change: the publish
method now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.
Updates to the development dependencies required a minimum Node version of 14 for the tests. The library should still work on Node 12, but tests are no longer run in CI for version 12. A future major version of the library may drop support for version 12 altogether.
Changelog
v4.0.0
This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer run on Node 10.
Changelog
v3.2.0
This release updates a few development dependencies and adds a bit of documentation.