Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasty committed Feb 7, 2024
1 parent 45af801 commit 88f760b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.4.0](https://github.com/ArteGEIE/videojs-vast/compare/1.3.0...1.4.0) (2024-02-07)


### Features

* **VAST-55:** Fix circular dependencies ([#59](https://github.com/ArteGEIE/videojs-vast/issues/59)) ([39d3e8f](https://github.com/ArteGEIE/videojs-vast/commit/39d3e8f30984ea843971acd5416dabd57f6afa17))
* **VAST-62:** Make the skip button label configurable ([#58](https://github.com/ArteGEIE/videojs-vast/issues/58)) ([1cf6d8c](https://github.com/ArteGEIE/videojs-vast/commit/1cf6d8cd62fd96477f65abc1d4ed85c2a7d1b156))



# [1.3.0](https://github.com/ArteGEIE/videojs-vast/compare/1.2.1...1.3.0) (2024-01-03)


Expand Down
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.3.0",
"version": "1.4.0",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 88f760b

Please sign in to comment.