Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2023-02-10)

### Features

* **security:** switch all HTTP to HTTPS ([5a89645](5a89645)), closes [#1034](#1034)

### BREAKING CHANGES

* **security:** defaults are now https instead of http

Connections to Adobe-provided scripts are now done
using HTTPS instead of HTTP. Should not be an issue
  • Loading branch information
semantic-release-bot committed Feb 10, 2023
1 parent 30dd893 commit cb7cc9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.0.0](https://github.com/amclin/videojs-scene7/compare/v3.0.0...v4.0.0) (2023-02-10)


### Features

* **security:** switch all HTTP to HTTPS ([5a89645](https://github.com/amclin/videojs-scene7/commit/5a896456b2c887f08c79257ae513a62020933070)), closes [#1034](https://github.com/amclin/videojs-scene7/issues/1034)


### BREAKING CHANGES

* **security:** defaults are now https instead of http

Connections to Adobe-provided scripts are now done
using HTTPS instead of HTTP. Should not be an issue

# [3.0.0](https://github.com/amclin/videojs-scene7/compare/v2.2.11...v3.0.0) (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-scene7",
"version": "3.0.0",
"version": "4.0.0",
"description": "Tech plugin for VideoJS to support Scene7 players",
"main": "dist/videojs-scene7.cjs.js",
"module": "dist/videojs-scene7.es.js",
Expand Down

0 comments on commit cb7cc9e

Please sign in to comment.