From 22a3acc33f961457a1dad7bd4eed02d3bbfa3d56 Mon Sep 17 00:00:00 2001 From: Joshua Pohl Date: Sat, 9 May 2020 18:50:57 -0500 Subject: [PATCH] chore(release): 2.6.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f3d35..cf1ca08 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.3](https://github.com/lightpohl/gb-dl/compare/v2.6.2...v2.6.3) (2020-05-09) + + +### Bug Fixes + +* throw error after cleanup ([3cb52ff](https://github.com/lightpohl/gb-dl/commit/3cb52ff89e48211d000cd3911731d82bb08d9643)) + ### [2.6.2](https://github.com/lightpohl/gb-dl/compare/v2.6.1...v2.6.2) (2020-05-09) diff --git a/package.json b/package.json index a511093..5d2a00c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gb-dl", - "version": "2.6.2", + "version": "2.6.3", "description": "A CLI for downloading Giant Bomb videos.", "bin": "./bin/bin.js", "scripts": {