diff --git a/CHANGELOG.md b/CHANGELOG.md index 5403ebd..b75ecb9 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. +### [1.4.6](https://github.com/lightpohl/podcast-dl/compare/v1.4.5...v1.4.6) (2020-05-11) + + +### Bug Fixes + +* do not archive if file fails to save ([dfe9656](https://github.com/lightpohl/podcast-dl/commit/dfe96560724fd6d1f5462c86595d4d613037c669)) + ### [1.4.5](https://github.com/lightpohl/podcast-dl/compare/v1.4.4...v1.4.5) (2020-05-10) diff --git a/package.json b/package.json index ecd034e..300dabd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "1.4.5", + "version": "1.4.6", "description": "A CLI for downloading podcasts.", "bin": "./bin/bin.js", "scripts": {