From 343cd721b2a62b916b4320f98298a30692687945 Mon Sep 17 00:00:00 2001 From: brandonocasey Date: Wed, 31 Jan 2018 18:28:02 -0500 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c697bbb6..572cb6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [1.1.0](https://github.com/videojs/videojs-vr/compare/v1.0.3...v1.1.0) (2018-01-31) + +### Features + +* remove threejs files from the repo ([#43](https://github.com/videojs/videojs-vr/issues/43)) ([a5cf671](https://github.com/videojs/videojs-vr/commit/a5cf671)) + +### Bug Fixes + +* default projection typo ([#47](https://github.com/videojs/videojs-vr/issues/47)) ([4c0c7bb](https://github.com/videojs/videojs-vr/commit/4c0c7bb)) +* native webvr ([#45](https://github.com/videojs/videojs-vr/issues/45)) ([4b3a89f](https://github.com/videojs/videojs-vr/commit/4b3a89f)) +* safari hls ([#48](https://github.com/videojs/videojs-vr/issues/48)) ([7dc2a69](https://github.com/videojs/videojs-vr/commit/7dc2a69)) + ## [1.0.3](https://github.com/videojs/videojs-vr/compare/v1.0.2...v1.0.3) (2017-12-04) diff --git a/package-lock.json b/package-lock.json index 963fd656..77fd83a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "videojs-vr", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42bca4d6..496f42d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-vr", - "version": "1.0.3", + "version": "1.1.0", "description": "A plugin to add 360 and VR video support to video.js.", "author": { "name": "James Broberg",