diff --git a/CHANGELOG.md b/CHANGELOG.md index 9050466..91f3d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.6.2](https://github.com/lightpohl/gb-dl/compare/v2.6.1...v2.6.2) (2020-05-09) + + +### Bug Fixes + +* cleanup download files on error ([bc22894](https://github.com/lightpohl/gb-dl/commit/bc228949ef4139245a9a6395845d08f2abc1f5f1)) + ### [2.6.1](https://github.com/lightpohl/gb-dl/compare/v2.6.0...v2.6.1) (2020-04-29) diff --git a/package.json b/package.json index 424dee1..a511093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gb-dl", - "version": "2.6.1", + "version": "2.6.2", "description": "A CLI for downloading Giant Bomb videos.", "bin": "./bin/bin.js", "scripts": {