From 2a6a6e7e33a01a8545490d2e3f67b7364a4447b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jun 2024 11:31:13 +0000 Subject: [PATCH] chore: release v2.10.0 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd35c81..dc3cde60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## 2.10.0 - 2024-06-11 ### Added - `CadenzaClient#destroy` ### Fixed -- To avoid errors with active subscriptions when the iframe is not visible, a target window (for postMessage communication) is now required only for _sending_ a message (and not for receiving messages). +- To avoid errors with active subscriptions when the iframe is not visible, a target window (for postMessage communication) is now required only for _sending_ a message (and not for receiving messages). ## 2.9.0 - 2024-06-04 ### Added diff --git a/package.json b/package.json index 84bbc781..03346d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@disy/cadenza.js", - "version": "2.9.0", + "version": "2.10.0", "license": "Apache-2.0", "repository": "github:DisyInformationssysteme/cadenza.js", "type": "module",