Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f191a0224b |
@@ -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
@@ -154,4 +154,4 @@ outputs:
|
||||
|
||||
runs:
|
||||
main: action/register.js
|
||||
using: node20 # Sync with `target` in tsup.config.ts
|
||||
using: node24
|
||||
|
||||
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user