Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Miranda committed Apr 28, 2021
1 parent 8893258 commit e9c631f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.1.0](https://github.com/openplayerjs/openplayerjs-youtube/compare/2.0.0...2.1.0)

> 28 April 2021
- fix: upgrade simple-load-script from 1.0.2 to 1.0.3 [`#20`](https://github.com/openplayerjs/openplayerjs-youtube/pull/20)
- fix: upgrade openplayerjs from 2.6.1 to 2.7.0 [`#19`](https://github.com/openplayerjs/openplayerjs-youtube/pull/19)
- fix: upgrade openplayerjs from 2.5.0 to 2.6.1 [`#18`](https://github.com/openplayerjs/openplayerjs-youtube/pull/18)
- fix: upgrade openplayerjs from 2.3.0 to 2.5.0 [`#16`](https://github.com/openplayerjs/openplayerjs-youtube/pull/16)
- build(deps): bump ssri from 6.0.1 to 6.0.2 [`#17`](https://github.com/openplayerjs/openplayerjs-youtube/pull/17)
- build(deps): bump elliptic from 6.5.3 to 6.5.4 [`#15`](https://github.com/openplayerjs/openplayerjs-youtube/pull/15)
- fix: upgrade openplayerjs from 2.2.4 to 2.3.0 [`#14`](https://github.com/openplayerjs/openplayerjs-youtube/pull/14)
- fix: upgrade openplayerjs from 2.2.3 to 2.2.4 [`#13`](https://github.com/openplayerjs/openplayerjs-youtube/pull/13)
- fix: upgrade openplayerjs from 2.2.2 to 2.2.3 [`#12`](https://github.com/openplayerjs/openplayerjs-youtube/pull/12)
- build(deps): bump ini from 1.3.5 to 1.3.7 [`#11`](https://github.com/openplayerjs/openplayerjs-youtube/pull/11)

#### 2.0.0

> 7 December 2020
Expand All @@ -17,6 +32,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- Release 2.0.0 [`5db5106`](https://github.com/openplayerjs/openplayerjs-youtube/commit/5db5106a3c81977db5951e82a996981b8a623bd0)
- 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)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Rafael Miranda",
"email": "rafa8626@gmail.com"
Expand Down

0 comments on commit e9c631f

Please sign in to comment.