-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.5](v1.1.4...v1.1.5) (2019-11-22) ### Bug Fixes * **api:** BREAKING CHANGE add registerListener func on plugin instance ([bdefb94](bdefb94)) * **build:** Fixed gulp build and added eventEmitter for videojs v7 compat ([a954a7a](a954a7a))
- Loading branch information
1 parent
d15d9ef
commit ee905aa
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## [1.1.5](https://github.com/contently/videojs-annotation-comments/compare/v1.1.4...v1.1.5) (2019-11-22) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **api:** BREAKING CHANGE add registerListener func on plugin instance ([bdefb94](https://github.com/contently/videojs-annotation-comments/commit/bdefb94)) | ||
* **build:** Fixed gulp build and added eventEmitter for videojs v7 compat ([a954a7a](https://github.com/contently/videojs-annotation-comments/commit/a954a7a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@contently/videojs-annotation-comments", | ||
"version": "2.0.0-pre.2", | ||
"version": "1.1.5", | ||
"description": "A plugin for video.js to add support for timeline moment/range comments and annotations", | ||
"repository": "[email protected]:contently/videojs-annotation-comments.git", | ||
"main": "build/videojs-annotation-comments.cjs.js", | ||
|