From 2ca7871967c91ba9c98fb61ed2c995cf9431ce3d Mon Sep 17 00:00:00 2001 From: Joshua Pohl Date: Fri, 12 Apr 2024 19:27:27 -0600 Subject: [PATCH] chore(main): release 9.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b578ae6..244cdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.2](https://github.com/lightpohl/podcast-dl/compare/v9.3.1...v9.3.2) (2024-04-13) + + +### Bug Fixes + +* add opus to audio types ([4973683](https://github.com/lightpohl/podcast-dl/commit/49736831a876da5278557d0ab7cf8e433b288b5a)) + ## [9.3.1](https://github.com/lightpohl/podcast-dl/compare/v9.3.0...v9.3.1) (2024-02-17) diff --git a/package.json b/package.json index 4603b0b..5296622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "9.3.1", + "version": "9.3.2", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",