diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c752e3..8fb762a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## [7.3.5](https://github.com/videojs/videojs-contrib-ads/compare/v7.3.4...v7.3.5) (2024-02-21) + +### Bug Fixes + +* Ad loading spinner animation misalignment ([#567](https://github.com/videojs/videojs-contrib-ads/issues/567)) ([8f24f07](https://github.com/videojs/videojs-contrib-ads/commit/8f24f07)) + ## [7.3.4](https://github.com/videojs/videojs-contrib-ads/compare/v7.3.3...v7.3.4) (2024-02-06) diff --git a/package-lock.json b/package-lock.json index cfb18e34..141265e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "videojs-contrib-ads", - "version": "7.3.4", + "version": "7.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f983027..ec5a9575 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/videojs/videojs-contrib-ads.git" }, - "version": "7.3.4", + "version": "7.3.5", "author": "Brightcove, Inc.", "engines": { "node": ">=8",