diff --git a/CHANGELOG.md b/CHANGELOG.md index c5292094..55aa8795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.0.1](https://github.com/videojs/videojs-vr/compare/v1.0.0...v1.0.1) (2017-08-29) + +### Bug Fixes + +* equirectangular should be equivelent to 360 ([#28](https://github.com/videojs/videojs-vr/issues/28)) ([f0e5422](https://github.com/videojs/videojs-vr/commit/f0e5422)) + +### Chores + +* update README ([#23](https://github.com/videojs/videojs-vr/issues/23)) ([9e54437](https://github.com/videojs/videojs-vr/commit/9e54437)) + # 1.0.0 (2017-08-24) diff --git a/package.json b/package.json index b1afd7ee..dbaa5f16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-vr", - "version": "1.0.0", + "version": "1.0.1", "description": "A plugin to add 360 and VR video support to video.js.", "author": { "name": "James Broberg",