Skip to content

Commit 7b3a184

Browse files
authored
Merge branch 'main' into next
2 parents 2faff8b + 5dd92e6 commit 7b3a184

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v4.1.0 (Fri Aug 01 2025)
2+
3+
#### 🚀 Enhancement
4+
5+
- Support disabling ChannelFetch using `--debug` flag [#378](https://github.com/chromaui/addon-visual-tests/pull/378) ([@ghengeveld](https://github.com/ghengeveld))
6+
7+
#### 🐛 Bug Fix
8+
9+
- Chore: Fix package.json [#385](https://github.com/chromaui/addon-visual-tests/pull/385) ([@yannbf](https://github.com/yannbf))
10+
- Add support for Storybook 9.2 [#384](https://github.com/chromaui/addon-visual-tests/pull/384) ([@yannbf](https://github.com/yannbf))
11+
- Update GraphQL schema and handle `ComparisonResult.SKIPPED` value [#379](https://github.com/chromaui/addon-visual-tests/pull/379) ([@ghengeveld](https://github.com/ghengeveld))
12+
13+
#### Authors: 2
14+
15+
- Gert Hengeveld ([@ghengeveld](https://github.com/ghengeveld))
16+
- Yann Braga ([@yannbf](https://github.com/yannbf))
17+
18+
---
19+
120
# v4.0.1 (Fri Jun 20 2025)
221

322
#### ⚠️ Pushed to `main`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chromatic-com/storybook",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Catch unexpected visual changes & UI bugs in your stories",
55
"keywords": [
66
"storybook-addons",

0 commit comments

Comments
 (0)