From a6ff6bc9e916ad47dc0e4eacf70eb348f03813ea Mon Sep 17 00:00:00 2001 From: fent <933490+fent@users.noreply.github.com> Date: Wed, 7 Feb 2018 09:38:43 -0500 Subject: [PATCH] chore(release): 0.20.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb84688..65e71d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.20.1](https://github.com/fent/node-ytdl-core/compare/v0.20.0...v0.20.1) (2018-02-07) + + +### Bug Fixes + +* **signature:** YouTube change for signature deciphering ([18b3f22](https://github.com/fent/node-ytdl-core/commit/18b3f22)), closes [#282](https://github.com/fent/node-ytdl-core/issues/282) + + + # [0.20.0](https://github.com/fent/node-ytdl-core/compare/v0.19.0...v0.20.0) (2018-01-30) diff --git a/package-lock.json b/package-lock.json index 6415eccc..e109e9ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ytdl-core", - "version": "0.20.0", + "version": "0.20.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d435307f..fac39782 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "video", "download" ], - "version": "0.20.0", + "version": "0.20.1", "repository": { "type": "git", "url": "git://github.com/fent/node-ytdl-core.git"