From fad0d41ee40d7c7417a2346f710b4af6a4a93724 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:16:34 +0000 Subject: [PATCH] chore(main): release 2.13.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fcc50..8a625ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.13.0](https://github.com/equinor/flyt/compare/v2.12.0...v2.13.0) (2025-08-28) + + +### Features + +* pqir visibility issue ([#1003](https://github.com/equinor/flyt/issues/1003)) ([ee5c2a6](https://github.com/equinor/flyt/commit/ee5c2a69f885caa02567688618d5e9db99fd274d)) + ## [2.12.0](https://github.com/equinor/flyt/compare/v2.11.0...v2.12.0) (2025-07-31) diff --git a/package.json b/package.json index 008332d..81cbc08 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flyt", "radix-name": "flyt", - "version": "2.12.0", + "version": "2.13.0", "private": true, "scripts": { "dev": "NODE_OPTIONS='--inspect' next dev",