diff --git a/CHANGELOG.md b/CHANGELOG.md index d0deea3..f84a47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.7.1] - 2024-10-03 + ### Fixed - Yospace error on source load and session initialization not returned in `load` promise rejection as reason @@ -393,7 +395,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial yospace integration -[unreleased]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.7.0...HEAD +[unreleased]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.7.1...HEAD +[2.7.1]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.6.0...v2.7.0 [2.6.0]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.4.0...v2.5.0 diff --git a/package-lock.json b/package-lock.json index 6236510..2d6fc0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bitmovin/player-integration-yospace", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bitmovin/player-integration-yospace", - "version": "2.7.0", + "version": "2.7.1", "license": "MIT", "dependencies": { "@yospace/admanagement-sdk": "3.6.9", diff --git a/package.json b/package.json index 6f3f987..f0f4468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitmovin/player-integration-yospace", - "version": "2.7.0", + "version": "2.7.1", "description": "Yospace integration for the Bitmovin Player", "main": "./dist/js/bitmovin-player-yospace.js", "types": "./dist/js/main.d.ts",