diff --git a/.release-it.json b/.release-it.json new file mode 100644 index 0000000..abbf65c --- /dev/null +++ b/.release-it.json @@ -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": {} +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..130b053 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ + +# 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)) + + + diff --git a/package.json b/package.json index e24b09b..edc32d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openplayerjs-youtube", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Rafael Miranda", "email": "rafa8626@gmail.com"