Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasty committed Oct 27, 2023
1 parent 32c4492 commit 6c6e6a1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
<a name="1.2.0"></a>
# [1.2.0](#1.2.0) (2023-10-27)


### Features

* feat([VAST-46](https://artetv.atlassian.net/browse/VAST-46)): use github actions to generate releases (#38) ([32c44922644a5f79d18f7abfaec439c485728070](https://github.com/ArteGEIE/videojs-vast/commit/32c44922644a5f79d18f7abfaec439c485728070))

* feat([VAST-56](https://artetv.atlassian.net/browse/VAST-56)): set display block explicitly (#47) ([332714b578cfc717e36a42a1720f8d122f97ed54](https://github.com/ArteGEIE/videojs-vast/commit/332714b578cfc717e36a42a1720f8d122f97ed54))




<a name="1.1.4"></a>
## [1.1.4](#1.1.4) (2023-08-23)

### Bug Fixes
* fix(VAST-54): Clear skip button interval on player destroy by @kasty (#45)
* fix([VAST-54](https://artetv.atlassian.net/browse/VAST-54)): Clear skip button interval on player destroy by @kasty (#45)

<a name="1.1.3"></a>
## [1.1.3](#1.1.3) (2023-07-20)

### Bug Fixes
* fix(VAST-49): change target from saf13 to saf11 by @privaloops (#42)
* fix(VAST-51): add try catch by @kasty (#43)
* fix([VAST-49](https://artetv.atlassian.net/browse/VAST-49)): change target from saf13 to saf11 by @privaloops (#42)
* fix([VAST-51](https://artetv.atlassian.net/browse/VAST-51)): add try catch by @kasty (#43)

<a name="1.1.2"></a>
## [1.1.2](#1.1.2) (2023-07-04)
Expand Down
2 changes: 1 addition & 1 deletion docs/demo.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/demo.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arte/videojs-vast",
"version": "1.1.4",
"version": "1.2.0",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6c6e6a1

Please sign in to comment.