Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic f191a0224b v16.0.0 2026-03-23 16:26:00 +00:00
4 changed files with 18 additions and 6 deletions
+12
View File
@@ -1,3 +1,15 @@
# v16.0.0 (Mon Mar 23 2026)
#### 💥 Breaking Change
- Drop support for Node 18 and update GitHub Action to Node 24 [#1251](https://github.com/chromaui/chromatic-cli/pull/1251) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v15.3.1 (Mon Mar 23 2026)
#### 🐛 Bug Fix
+1 -1
View File
@@ -154,4 +154,4 @@ outputs:
runs:
main: action/register.js
using: node20 # Sync with `target` in tsup.config.ts
using: node24
+4 -4
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "15.3.1",
"version": "16.0.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",