Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Miranda committed Jan 10, 2019
1 parent 09d3bcc commit b1d9c97
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"increment": "conventional:angular",
"scripts": {
"afterBump": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog": "conventional-changelog -p angular | tail -n +3"
},
"git": {
"requireCleanWorkingDir": false,
"tagName": "v%s",
"addUntrackedFiles": true
},
"github": {
"release": true,
"releaseName": "%s"
},
"dist": {}
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<a name="1.1.0"></a>
# 1.1.0 (2019-01-10)


### Bug Fixes

* **webpack:** Fixed line in webpack to create bundles correctly; added dist files ([775965b](https://github.com/openplayerjs/openplayerjs-youtube/commit/775965b))
* **webpack:** Fixed line in webpack to create bundles correctly; added dist files ([0ce492a](https://github.com/openplayerjs/openplayerjs-youtube/commit/0ce492a))


### Features

* **demo:** Added new demo file; renamed bundles and updated README to obtain better information about package ([80df3f1](https://github.com/openplayerjs/openplayerjs-youtube/commit/80df3f1))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openplayerjs-youtube",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "Rafael Miranda",
"email": "rafa8626@gmail.com"
Expand Down

0 comments on commit b1d9c97

Please sign in to comment.