v5.0.0
Changed 2
- The publish method now always returns a promise, including in error cases where it previously did not
- Minimum Node version for tests is now 14, though the library should still work on Node 12
From gh-pages
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 https://github.com/tschaub/gh-pages/pull/452
- Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. by @Nezteb in https://github.com/tschaub/gh-pages/pull/445
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/tschaub/gh-pages/pull/453
- Bump actions/setup-node from 1 to 3 by @dependabot in https://github.com/tschaub/gh-pages/pull/455
- Bump email-addresses from 3.0.1 to 5.0.0 by @dependabot in https://github.com/tschaub/gh-pages/pull/454
- Bump async from 2.6.4 to 3.2.4 by @dependabot in https://github.com/tschaub/gh-pages/pull/459
- Remove quotation marks by @Vicropht in https://github.com/tschaub/gh-pages/pull/438
New Contributors
- @Nezteb made their first contribution in https://github.com/tschaub/gh-pages/pull/445
- @Vicropht made their first contribution in https://github.com/tschaub/gh-pages/pull/438
Full Changelog: https://github.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0