Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenMe committed Aug 23, 2017
1 parent d82ff82 commit 29fdffc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.1.0"></a>
# 0.1.0 (2017-08-23)


### Bug Fixes

* **.gitignore:** fix gitignore ([c9ea46e](https://github.com/kaltura/playkit-js-youbora/commit/c9ea46e))


### Features

* **youbora plugin:** init youbora plugin implementation ([#1](https://github.com/kaltura/playkit-js-youbora/issues/1)) ([c301d80](https://github.com/kaltura/playkit-js-youbora/commit/c301d80))
* refactor youbora implementation ([#6](https://github.com/kaltura/playkit-js-youbora/issues/6)) ([aa864c2](https://github.com/kaltura/playkit-js-youbora/commit/aa864c2))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playkit-js-youbora",
"version": "0.0.1",
"version": "0.1.0",
"main": "dist/playkit-youbora.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 29fdffc

Please sign in to comment.