Release version 2.2.2

This commit is contained in:
2026-09-23 10:27:21 +02:00
parent 7de3c74f3c
commit 3569b035f1
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -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"