From 384479c7d19b275849e9724661f800dc2ac105b7 Mon Sep 17 00:00:00 2001 From: Chromatic Date: Fri, 10 Nov 2023 14:41:20 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00edee2f..70df983b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# v8.0.0 (Fri Nov 10 2023) + +#### 💥 Breaking Change + +- Drop official support for Node 14/16 [#839](https://github.com/chromaui/chromatic-cli/pull/839) ([@ghengeveld](https://github.com/ghengeveld)) + +#### 🚀 Enhancement + +- Support `projectId` + `userToken` as alternative to `projectToken` for auth [#852](https://github.com/chromaui/chromatic-cli/pull/852) ([@ghengeveld](https://github.com/ghengeveld)) +- Merge Group (Queues) GitHub Action Event Support [#825](https://github.com/chromaui/chromatic-cli/pull/825) ([@mhemmings](https://github.com/mhemmings) [@thafryer](https://github.com/thafryer)) + +#### 🐛 Bug Fix + +- Bump browserify-sign from 4.2.1 to 4.2.2 [#848](https://github.com/chromaui/chromatic-cli/pull/848) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump semver from 7.3.5 to 7.5.2 [#778](https://github.com/chromaui/chromatic-cli/pull/778) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump browserify-sign from 4.2.1 to 4.2.2 in /subdir [#849](https://github.com/chromaui/chromatic-cli/pull/849) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@thafryer](https://github.com/thafryer)) +- Configure auto with `prerelease` setting and update readme [#847](https://github.com/chromaui/chromatic-cli/pull/847) ([@ghengeveld](https://github.com/ghengeveld)) + +#### Authors: 4 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Gert Hengeveld ([@ghengeveld](https://github.com/ghengeveld)) +- Jarel Fryer ([@thafryer](https://github.com/thafryer)) +- Mark Hemmings ([@mhemmings](https://github.com/mhemmings)) + +--- + # v8.0.0 (Thu Nov 09 2023) #### 💥 Breaking Change