diff --git a/changelog.md b/changelog.md index 361318ce..39504634 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,18 @@ +## v6.0.0 + +This release drops support for Node 14. Otherwise, there are no special upgrade considerations. + + * [#507](https://github.com/tschaub/gh-pages/pull/507) - Dependency updates and drop Node 14 ([@tschaub](https://github.com/tschaub)) + * [#495](https://github.com/tschaub/gh-pages/pull/495) - Bump sinon from 15.0.3 to 15.2.0 ([@tschaub](https://github.com/tschaub)) + * [#500](https://github.com/tschaub/gh-pages/pull/500) - Bump semver from 6.3.0 to 6.3.1 ([@tschaub](https://github.com/tschaub)) + * [#506](https://github.com/tschaub/gh-pages/pull/506) - Bump eslint from 8.38.0 to 8.46.0 ([@tschaub](https://github.com/tschaub)) + * [#505](https://github.com/tschaub/gh-pages/pull/505) - Bump word-wrap from 1.2.3 to 1.2.5 ([@tschaub](https://github.com/tschaub)) + * [#504](https://github.com/tschaub/gh-pages/pull/504) - Add error message when --dist is not specified. ([@domsleee](https://github.com/domsleee)) + * [#473](https://github.com/tschaub/gh-pages/pull/473) - Bump fs-extra from 8.1.0 to 11.1.1 ([@tschaub](https://github.com/tschaub)) + * [#477](https://github.com/tschaub/gh-pages/pull/477) - Bump eslint from 8.32.0 to 8.38.0 ([@tschaub](https://github.com/tschaub)) + * [#474](https://github.com/tschaub/gh-pages/pull/474) - Bump sinon from 15.0.1 to 15.0.3 ([@tschaub](https://github.com/tschaub)) + * [#440](https://github.com/tschaub/gh-pages/pull/440) - Update readme.md ([@harveer07](https://github.com/harveer07)) + ## 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.