-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rafael Miranda
committed
Dec 7, 2020
1 parent
9e601ae
commit 5db5106
Showing
10 changed files
with
5,960 additions
and
4,057 deletions.
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
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,22 +1,15 @@ | ||
{ | ||
"scripts": { | ||
"afterBump": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"changelog": "conventional-changelog -p angular | tail -n +3" | ||
}, | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"preset": "angular", | ||
"infile": "CHANGELOG.md" | ||
} | ||
"hooks": { | ||
"after:bump": "npx auto-changelog -p" | ||
}, | ||
"git": { | ||
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs", | ||
"requireCleanWorkingDir": false, | ||
"tagName": "v%s", | ||
"addUntrackedFiles": true | ||
}, | ||
"github": { | ||
"release": true, | ||
"releaseName": "%s" | ||
"releaseName": "${version}" | ||
}, | ||
"dist": {} | ||
} |
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,22 +1,22 @@ | ||
## [1.1.1](https://github.com/openplayerjs/openplayerjs-youtube/compare/v1.1.0...v1.1.1) (2019-11-21) | ||
### Changelog | ||
|
||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/openplayerjs/openplayerjs-youtube/compare/v1.1.0...v1.1.1) (2019-11-21) | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
#### 2.0.0 | ||
|
||
<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)) | ||
|
||
|
||
### 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)) | ||
|
||
|
||
> 7 December 2020 | ||
- fix: upgrade openplayerjs from 1.16.7 to 1.16.11 [`#10`](https://github.com/openplayerjs/openplayerjs-youtube/pull/10) | ||
- build(deps): bump node-fetch from 2.6.0 to 2.6.1 [`#9`](https://github.com/openplayerjs/openplayerjs-youtube/pull/9) | ||
- build(deps): bump elliptic from 6.4.1 to 6.5.3 [`#8`](https://github.com/openplayerjs/openplayerjs-youtube/pull/8) | ||
- fix: upgrade openplayerjs from 1.16.6 to 1.16.7 [`#7`](https://github.com/openplayerjs/openplayerjs-youtube/pull/7) | ||
- fix: upgrade openplayerjs from 1.16.5 to 1.16.6 [`#6`](https://github.com/openplayerjs/openplayerjs-youtube/pull/6) | ||
- build(deps): bump acorn from 6.1.1 to 6.4.1 [`#4`](https://github.com/openplayerjs/openplayerjs-youtube/pull/4) | ||
- build(deps): bump eslint-utils from 1.3.1 to 1.4.3 [`#2`](https://github.com/openplayerjs/openplayerjs-youtube/pull/2) | ||
- build(deps): bump lodash.template from 4.4.0 to 4.5.0 [`#3`](https://github.com/openplayerjs/openplayerjs-youtube/pull/3) | ||
- build(deps): bump mixin-deep from 1.3.1 to 1.3.2 [`#1`](https://github.com/openplayerjs/openplayerjs-youtube/pull/1) | ||
- feature(youtube): Created factory function to support YouTube videos [`fb59d75`](https://github.com/openplayerjs/openplayerjs-youtube/commit/fb59d75c3b79e01d2d126087a789e252f5a4386e) | ||
- Updated dependencies [`fc18bfc`](https://github.com/openplayerjs/openplayerjs-youtube/commit/fc18bfc2d9779cbffad0a8f20d3b7df5cacf1705) | ||
- Updated documentation [`803c4e9`](https://github.com/openplayerjs/openplayerjs-youtube/commit/803c4e9938407a502d8f5a73e4e3087a6db7c207) |
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.