Skip to content

Commit

Permalink
chore: release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 11, 2024
1 parent 9233dd5 commit 2a6a6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2a6a6e7

Please sign in to comment.