# gh-pages v5.0.0 - Product: gh-pages (https://whatsnew.fyi/product/gh-pages) - Vendor: Tim Schaub - Date: 2023-01-20 - Version: v5.0.0 - Original notes: https://github.com/tschaub/gh-pages/releases/tag/v5.0.0 - Permalink: https://whatsnew.fyi/product/gh-pages/releases/v5.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — The publish method now always returns a promise, including in error cases where it previously did not - **changed** — Minimum Node version for tests is now 14, though the library should still work on Node 12 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