From 122872fee4006039f5844790bad15f53ec711a28 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 22 Dec 2023 18:32:23 -0700 Subject: [PATCH] Log changes --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index 08ba2ff..13d3c91 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +## v6.1.1 + +This release fixes an issue with the `--cname` option. + + * [#535](https://github.com/tschaub/gh-pages/pull/535) - fix: Add missing cname option not passed to the config ([@WillBAnders](https://github.com/WillBAnders)) + * [#539](https://github.com/tschaub/gh-pages/pull/539) - Bump eslint from 8.55.0 to 8.56.0 ([@tschaub](https://github.com/tschaub)) + ## v6.1.0 This release adds support for `--nojekyll` and `--cname` options.