From f5582e91fe46a1ea6b31f3a1ae873ec27c2b5c36 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Wed, 3 Jun 2026 16:33:57 +0200 Subject: [PATCH] docs: update changelogs for release ci: publish release --- images/app-cypress/CHANGELOG.md | 6 ++++++ images/app-cypress/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/images/app-cypress/CHANGELOG.md b/images/app-cypress/CHANGELOG.md index a1845a19..803c64f3 100644 --- a/images/app-cypress/CHANGELOG.md +++ b/images/app-cypress/CHANGELOG.md @@ -1,5 +1,11 @@ # @openstapps/app-cypress +## 4.0.4 + +### Patch Changes + +- 87d0af5a: removed edge browser + ## 4.0.0 ### Major Changes diff --git a/images/app-cypress/package.json b/images/app-cypress/package.json index 3f27d088..dd751fe8 100644 --- a/images/app-cypress/package.json +++ b/images/app-cypress/package.json @@ -1,6 +1,6 @@ { "name": "@openstapps/app-cypress", - "version": "4.0.0", + "version": "4.0.4", "private": true, "type": "module", "license": "GPL-3.0-only",