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.
What's Changed
- Assorted updates by @tschaub in #452
- Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. by @Nezteb in #445
- Bump actions/checkout from 2 to 3 by @dependabot in #453
- Bump actions/setup-node from 1 to 3 by @dependabot in #455
- Bump email-addresses from 3.0.1 to 5.0.0 by @dependabot in #454
- Bump async from 2.6.4 to 3.2.4 by @dependabot in #459
- Remove quotation marks by @Vicropht in #438
New Contributors
Full Changelog: v4.0.0...v5.0.0