From 7ef8e23bd434a15949cd71898d9163cf0c450be5 Mon Sep 17 00:00:00 2001 From: Josh Pohl Date: Sun, 25 Aug 2024 13:53:06 -0600 Subject: [PATCH] chore(main): release 10.1.0 (#82) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a72c77..e86d348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.1.0](https://github.com/lightpohl/podcast-dl/compare/v10.0.0...v10.1.0) (2024-08-25) + + +### Features + +* add 'release_year' option for episode template ([223022e](https://github.com/lightpohl/podcast-dl/commit/223022e0b8c226ed7f0db4fc14d31316820c3675)) + ## [10.0.0](https://github.com/lightpohl/podcast-dl/compare/v9.5.0...v10.0.0) (2024-08-24) diff --git a/package.json b/package.json index 7a74b7a..2fdd3ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "10.0.0", + "version": "10.1.0", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",