diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3d355..b73d312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [10.4.1](https://github.com/lightpohl/podcast-dl/compare/v10.4.0...v10.4.1) (2024-12-11) + + +### Bug Fixes + +* properly escape params passed to exec ([2a65931](https://github.com/lightpohl/podcast-dl/commit/2a659310f0735b4c9bc7835ec6db8e2051d36292)) +* properly escape params passed to ffmpeg ([88df918](https://github.com/lightpohl/podcast-dl/commit/88df918d73a1f53083562d48f3bf5560c2145714)), closes [#95](https://github.com/lightpohl/podcast-dl/issues/95) + ## [10.4.0](https://github.com/lightpohl/podcast-dl/compare/v10.3.3...v10.4.0) (2024-12-05) diff --git a/package.json b/package.json index b72a002..ba13345 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "10.4.0", + "version": "10.4.1", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",