Skip to content

Commit f191a02

Browse files
v16.0.0
1 parent eea1606 commit f191a02

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v16.0.0 (Mon Mar 23 2026)
2+
3+
#### 💥 Breaking Change
4+
5+
- 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))
6+
7+
#### Authors: 1
8+
9+
- Cody Kaup ([@codykaup](https://github.com/codykaup))
10+
11+
---
12+
113
# v15.3.1 (Mon Mar 23 2026)
214

315
#### 🐛 Bug Fix

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ outputs:
154154

155155
runs:
156156
main: action/register.js
157-
using: node20 # Sync with `target` in tsup.config.ts
157+
using: node24

0 commit comments

Comments
 (0)