From fc1d56d047e3ae839ccec36a7ca508f4b340bbb8 Mon Sep 17 00:00:00 2001 From: Automated Release Date: Wed, 25 Sep 2024 14:05:54 +0000 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c83be2..7d9e47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.6.0] - 2024-09-25 + ### Changed - Yospace SDK to v3.6.9 @@ -379,7 +381,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.5.0...HEAD +[unreleased]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.6.0...HEAD +[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 [2.4.0]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.3.1...v2.4.0 [2.3.1]: https://github.com/bitmovin/bitmovin-player-web-integrations-yospace/compare/v2.3.0...v2.3.1 diff --git a/package-lock.json b/package-lock.json index 73924f4..ecede65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bitmovin/player-integration-yospace", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bitmovin/player-integration-yospace", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "@yospace/admanagement-sdk": "3.6.9", diff --git a/package.json b/package.json index fd9c3ce..507c6f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitmovin/player-integration-yospace", - "version": "2.5.0", + "version": "2.6.0", "description": "Yospace integration for the Bitmovin Player", "main": "./dist/js/bitmovin-player-yospace.js", "types": "./dist/js/main.d.ts",