Skip to content

Commit

Permalink
(fix up PR videojs#273 merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevleyski committed Jul 6, 2023
1 parent 48fd17b commit 46fd3b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="2.0.0"></a>
# [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

<a name="1.10.1"></a>
## [1.10.1](https://github.com/videojs/videojs-vr/compare/v1.10.0...v1.10.1) (2022-08-16)

Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 46fd3b1

Please sign in to comment.