Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 18, 2021
1 parent abedf17 commit 0106901
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 3.4.0 (2021-02-18)

* build: remove unnecessary dependency ([375ae5e](https://github.com/przemyslawpluta/node-youtube-dl/commit/375ae5e))
* build: update dependencies ([abedf17](https://github.com/przemyslawpluta/node-youtube-dl/commit/abedf17))
* refactor: sort ([9d36ad5](https://github.com/przemyslawpluta/node-youtube-dl/commit/9d36ad5))
* chore: update got to v11 ([4def2dd](https://github.com/przemyslawpluta/node-youtube-dl/commit/4def2dd))
* fix(test): youtube service webp images instead of jpg and youtube-dl doesn't have a switch ([645964f](https://github.com/przemyslawpluta/node-youtube-dl/commit/645964f))
* Replace Request with Got ([c9670e3](https://github.com/przemyslawpluta/node-youtube-dl/commit/c9670e3))



## 3.3.0 (2021-02-18)

* ci: only lts ([cfa8056](https://github.com/przemyslawpluta/node-youtube-dl/commit/cfa8056))
Expand Down
30 changes: 17 additions & 13 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "youtube-dl",
"description": "youtube-dl driver for node",
"homepage": "https://github.com/przemyslawpluta/node-youtube-dl#readme",
"version": "3.3.0",
"version": "3.4.0",
"main": "./lib/youtube-dl.js",
"author": {
"name": "Roly Fentanes",
Expand Down Expand Up @@ -49,41 +49,45 @@
"name": "David Smusz",
"email": "dsmoosh@Davids-MacBook-Pro.local"
},
{
"name": "Frederic Germain",
"email": "frederic.germain@gmail.com"
},
{
"name": "Jack Li",
"email": "jack.lee2980@gmail.com"
},
{
"name": "Barry Carlyon | Kora",
"email": "barry@barrycarlyon.co.uk"
},
{
"name": "Frederic Germain",
"email": "frederic.germain@gmail.com"
},
{
"name": "optikfluffel",
"email": "optik@fluffel.io"
},
{
"name": "Calvin",
"email": "calvin@sealtelecom.com.br"
"name": "Jeremy Louie",
"email": "jeremy@jeremylouie.com"
},
{
"name": "t3rr0r",
"email": "mail@t3rr0r.com"
},
{
"name": "Jeremy Louie",
"email": "jeremy@jeremylouie.com"
"name": "Sergey M․",
"email": "dstftw@gmail.com"
},
{
"name": "tifroz",
"email": "hhardel@gmail.com"
},
{
"name": "EragonJ",
"email": "eragonj@eragonj.me"
"name": "Calvin",
"email": "calvin@sealtelecom.com.br"
},
{
"name": "Sergey M․",
"email": "dstftw@gmail.com"
"name": "EragonJ",
"email": "eragonj@eragonj.me"
},
{
"name": "coderaiser",
Expand Down

0 comments on commit 0106901

Please sign in to comment.