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.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 13, 2020
1 parent 333fb7a commit e02a280
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.0.0 (2020-01-13)

* ci: drop node8 support ([333fb7a](https://github.com/przemyslawpluta/node-youtube-dl/commit/333fb7a))
* always add range header on data request ([4bd8904](https://github.com/przemyslawpluta/node-youtube-dl/commit/4bd8904))
* test: adding download large audio ([871382f](https://github.com/przemyslawpluta/node-youtube-dl/commit/871382f))
* test: fix failure due to latest server data ([4f5e44b](https://github.com/przemyslawpluta/node-youtube-dl/commit/4f5e44b))



## 2.3.0 (2019-12-15)

* Update get-binary.js ([b98425a](https://github.com/przemyslawpluta/node-youtube-dl/commit/b98425a))
Expand Down
30 changes: 17 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
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": "2.3.0",
"version": "3.0.0",
"main": "./lib/youtube-dl.js",
"author": {
"name": "Roly Fentanes",
Expand All @@ -29,14 +29,14 @@
"name": "Benjamin C",
"email": "benjamin@coriou.net"
},
{
"name": "Jaime Marquínez Ferrándiz",
"email": "jaime.marquinez.ferrandiz@gmail.com"
},
{
"name": "Gregoire Guémas",
"email": "gregoire.guemas@navispeed.eu"
},
{
"name": "Jaime Marquínez Ferrándiz",
"email": "jaime.marquinez.ferrandiz@gmail.com"
},
{
"name": "Jay Baker",
"email": "logikal@gmail.com"
Expand All @@ -45,13 +45,17 @@
"name": "Jack Li",
"email": "jack.lee2980@gmail.com"
},
{
"name": "Frederic Germain",
"email": "frederic.germain@gmail.com"
},
{
"name": "Calvin",
"email": "calvin@sealtelecom.com.br"
},
{
"name": "EragonJ",
"email": "eragonj@eragonj.me"
"name": "optikfluffel",
"email": "optik@fluffel.io"
},
{
"name": "Jeremy Louie",
Expand All @@ -62,8 +66,8 @@
"email": "dstftw@gmail.com"
},
{
"name": "optikfluffel",
"email": "optik@fluffel.io"
"name": "EragonJ",
"email": "eragonj@eragonj.me"
},
{
"name": "t3rr0r",
Expand All @@ -73,10 +77,6 @@
"name": "tifroz",
"email": "hhardel@gmail.com"
},
{
"name": "btmdave",
"email": "dave@bluetopmedia.com"
},
{
"name": "coderaiser",
"email": "mnemonic.enemy@gmail.com"
Expand Down Expand Up @@ -152,6 +152,10 @@
{
"name": "bartronicus",
"email": "matthewdavidbarton@gmail.com"
},
{
"name": "btmdave",
"email": "dave@bluetopmedia.com"
}
],
"repository": {
Expand Down

0 comments on commit e02a280

Please sign in to comment.