diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f5c52..1a7c943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.2.2] - 2026-09-23 + +* Vendor assets: marked 18 is found again, so the image build stops failing +* Iframe: a page without an iframe parameter no longer frames itself +* Security: the iframe and the new tab only open a URL the validator returned +* Tests: the inline-script check parses the page instead of matching a regex +* Tests: a regression spec guards the page that carries no iframe parameter +* CI: the Node jobs run the version Cypress 16 supports + ## [2.2.1] - 2026-09-23 * Images: releases ship arm64 next to amd64, for ARM servers and Apple Silicon diff --git a/pyproject.toml b/pyproject.toml index 5138a99..2a29981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "portfolio-ui" -version = "2.2.1" +version = "2.2.2" description = "A lightweight YAML-driven portfolio and landing-page generator." readme = "README.md" requires-python = ">=3.12"