This commit is contained in:
2019-11-27 14:33:21 -07:00
parent 16d971d8bb
commit 5d515d0709
3 changed files with 12 additions and 1 deletions

3
AUTHORS.md Normal file
View File

@@ -0,0 +1,3 @@
### Authors
- Joe Fleming ([w33ble](https://github.com/w33ble))

8
CHANGELOG.md Normal file
View File

@@ -0,0 +1,8 @@
### Changelog
#### 1.1.0 (27 November 2019)
- initial commit [`b66eb8a`](https://git.w33ble.com/w33ble/youtube-dl-web/commit/b66eb8abe793f7d551f1c44612a0b7e32d9b05b4)
- feat: functional download server [`eb35ae5`](https://git.w33ble.com/w33ble/youtube-dl-web/commit/eb35ae5dfdb76c6f144920e0c49b0313c9dbfb22)
- doc: update readme [`a955d20`](https://git.w33ble.com/w33ble/youtube-dl-web/commit/a955d20a52201d7d6ed56d8db077adf654e18636)
- feat: allow cleanup via REMOVE_DOWNLOAD env [`3792de3`](https://git.w33ble.com/w33ble/youtube-dl-web/commit/3792de3c91f307403eee6acec5a914cdf5ab9809)
- docs: add note about REMOVE_DOWNLOAD to readme [`16d971d`](https://git.w33ble.com/w33ble/youtube-dl-web/commit/16d971d8bbc9f82d83d3aee40119b179123303e2)

View File

@@ -1,6 +1,6 @@
{ {
"name": "youtube-dl-web", "name": "youtube-dl-web",
"version": "1.0.1", "version": "1.1.0",
"description": "youtube-dl wrapped in a simple web server", "description": "youtube-dl wrapped in a simple web server",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {