From 3f93fe28df3d3ce289b5200aa139a63a838e630a Mon Sep 17 00:00:00 2001 From: Josh Pohl Date: Fri, 1 Nov 2024 10:57:31 -0600 Subject: [PATCH] chore(main): release 10.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ac778..567a854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.3.1](https://github.com/lightpohl/podcast-dl/compare/v10.3.0...v10.3.1) (2024-11-01) + + +### Bug Fixes + +* handle file feeds with missing 'feedUrl' ([1e6b89a](https://github.com/lightpohl/podcast-dl/commit/1e6b89ae48f33a172705cbc357038e02f901b7ae)), closes [#87](https://github.com/lightpohl/podcast-dl/issues/87) + ## [10.3.0](https://github.com/lightpohl/podcast-dl/compare/v10.2.0...v10.3.0) (2024-10-09) diff --git a/package.json b/package.json index 209f3fb..220a8b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "10.3.0", + "version": "10.3.1", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",