From 7a54937644f3737a54f744e3e1899e1b08fdef4e Mon Sep 17 00:00:00 2001 From: Josh Pohl Date: Thu, 5 Dec 2024 09:37:23 -0700 Subject: [PATCH] chore(main): release 10.4.0 (#94) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa7540..2a3d355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.4.0](https://github.com/lightpohl/podcast-dl/compare/v10.3.3...v10.4.0) (2024-12-05) + + +### Features + +* add 'episode-regex-exclude' option ([553c799](https://github.com/lightpohl/podcast-dl/commit/553c799e2dbe528d082acda1c735a49aa67e0243)), closes [#91](https://github.com/lightpohl/podcast-dl/issues/91) + ## [10.3.3](https://github.com/lightpohl/podcast-dl/compare/v10.3.2...v10.3.3) (2024-11-28) diff --git a/package.json b/package.json index 0282469..b72a002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "10.3.3", + "version": "10.4.0", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",