From b1c87c2945402c78680f120ed76fed8a64417225 Mon Sep 17 00:00:00 2001 From: Chromatic Date: Mon, 3 Jun 2024 19:11:19 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e23e7e6a..3ae19e277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v11.5.1 (Mon Jun 03 2024) + +#### 🐛 Bug Fix + +- Add fallback type for Storybook 6 builder syntax [#1001](https://github.com/chromaui/chromatic-cli/pull/1001) ([@ethriel3695](https://github.com/ethriel3695) [@ghengeveld](https://github.com/ghengeveld)) +- Only replace *local* builds with uncommitted changes [#994](https://github.com/chromaui/chromatic-cli/pull/994) ([@ghengeveld](https://github.com/ghengeveld)) +- Clean package.json before publishing [#999](https://github.com/chromaui/chromatic-cli/pull/999) ([@ghengeveld](https://github.com/ghengeveld)) + +#### Authors: 2 + +- Gert Hengeveld ([@ghengeveld](https://github.com/ghengeveld)) +- Reuben Ellis ([@ethriel3695](https://github.com/ethriel3695)) + +--- + # v11.5.0 (Fri May 31 2024) #### 🚀 Enhancement