From 37dbfe239ff883b723b703152b8bfd8a710f8986 Mon Sep 17 00:00:00 2001 From: Joshua Pohl Date: Sat, 15 Aug 2020 10:42:48 -0500 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0716ec0..ffadce0 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. +## [4.1.0](https://github.com/lightpohl/podcast-dl/compare/v4.0.1...v4.1.0) (2020-08-15) + + +### Features + +* add templating support to '--archive' option ([f8ed4fb](https://github.com/lightpohl/podcast-dl/commit/f8ed4fb7192b5d9441516c8ce262d568a76992b5)), closes [#15](https://github.com/lightpohl/podcast-dl/issues/15) + ### [4.0.1](https://github.com/lightpohl/podcast-dl/compare/v4.0.0...v4.0.1) (2020-08-09) diff --git a/package.json b/package.json index 4084f90..51fcaa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "4.0.1", + "version": "4.1.0", "description": "A CLI for downloading podcasts.", "bin": "./bin/bin.js", "scripts": {