Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Nov 22, 2019
1 parent d15d9ef commit ee905aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit ee905aa

Please sign in to comment.