Skip to content

Commit 505f87e

Browse files
committed
🔖 Static site plugin v0.0.7
1 parent 3cdaeba commit 505f87e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

clients/static-site/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.7] - 2025-11-30
9+
10+
## What's Changed
11+
12+
### Fixed
13+
- Fixed plugin registration error that occurred when trying to set logger level on frozen output module
14+
15+
### Changed
16+
- **BREAKING**: Minimum Node.js version updated from 20.0.0 to 22.0.0 for honeydiff compatibility
17+
18+
**Full Changelog**: https://github.com/vizzly-testing/cli/compare/static-site/v0.0.6...static-site/v0.0.7
19+
820
## [0.0.6] - 2025-10-18
921

1022
## What's Changed

clients/static-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizzly-testing/static-site",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Static site generator plugin for Vizzly - seamlessly integrate static sites (Gatsby, Astro, Jekyll, Next.js) into your visual development workflow",
55
"keywords": [
66
"vizzly",

0 commit comments

Comments
 (0)