diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddacedb..f7ddcf76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.10.1](https://github.com/videojs/videojs-vr/compare/v1.10.0...v1.10.1) (2022-08-16) + +### Chores + +* **pkg.json:** set license field back to MIT ([#265](https://github.com/videojs/videojs-vr/issues/265)) ([fd7abed](https://github.com/videojs/videojs-vr/commit/fd7abed)), closes [#264](https://github.com/videojs/videojs-vr/issues/264) + +### Documentation + +* add caveats section for safari ([eb80c8a](https://github.com/videojs/videojs-vr/commit/eb80c8a)) + # [1.10.0](https://github.com/videojs/videojs-vr/compare/v1.9.0...v1.10.0) (2021-08-31) diff --git a/package-lock.json b/package-lock.json index 14416153..dc7140ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "videojs-vr", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c3defe65..98dfe68b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-vr", - "version": "1.10.0", + "version": "1.10.1", "description": "A plugin to add 360 and VR video support to video.js.", "author": { "name": "James Broberg",