From 46fd3b13b5b30ec719c8646a37b06195e725d4d6 Mon Sep 17 00:00:00 2001 From: Kevin Staunton-Lambert Date: Thu, 6 Jul 2023 14:25:59 +1000 Subject: [PATCH] (fix up PR #273 merge) --- CHANGELOG.md | 12 ++++++++++++ package.json | 10 +++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ddcf76..dcdc092e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +# [2.0.0](https://github.com/videojs/videojs-vr/compare/v1.10.1...v2.0.0) (2023-02-15) + +### Chores + +* update build tooling to drop older browser support ([#276](https://github.com/videojs/videojs-vr/issues/276)) ([0947a0f](https://github.com/videojs/videojs-vr/commit/0947a0f)) + + +### BREAKING CHANGES + +* This drops support for older browsers such as IE + ## [1.10.1](https://github.com/videojs/videojs-vr/compare/v1.10.0...v1.10.1) (2022-08-16) diff --git a/package.json b/package.json index 2785dd30..c2b5ecce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-vr", - "version": "1.10.1", + "version": "2.0.0", "description": "A plugin to add 360 and VR video support to video.js.", "author": { "name": "James Broberg", @@ -96,20 +96,16 @@ "karma": "^6.3.4", "lint-staged": "^13.1.0", "omnitone": "^1.3.0", - "rollup": "1.13.1", + "rollup": "2.42.0", "rollup-plugin-re": "^1.0.7", "sass": "^1.34.1", "sinon": "^7.2.2", "videojs-generate-karma-config": "~8.0.0", - "videojs-generate-rollup-config": "~5.0.1", + "videojs-generate-rollup-config": "7.0.0", "videojs-generator-verify": "~4.0.0", "videojs-languages": "^2.0.0", "videojs-standard": "^9.0.0" }, - "browserslist": [ - "defaults", - "ie 11" - ], "lint-staged": { "*.js": "vjsstandard --fix", "README.md": "doctoc --notitle"