Skip to content

Commit 28f08e3

Browse files
authored
chore(main): release 11.0.0 (#103)
1 parent 27f5831 commit 28f08e3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [11.0.0](https://github.com/lightpohl/podcast-dl/compare/v10.5.0...v11.0.0) (2025-05-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to Node 22 LTS
9+
* remove legacy archive behavior
10+
11+
### Features
12+
13+
* always attempt image embed with '--add-mp3-metadata' ([644bcf7](https://github.com/lightpohl/podcast-dl/commit/644bcf78adc56c825cfa8ed793232ea723143f48))
14+
* remove legacy archive behavior ([85d51d4](https://github.com/lightpohl/podcast-dl/commit/85d51d466cb324edaceb5c8b43c6febb3154a4d1))
15+
16+
17+
### Bug Fixes
18+
19+
* do not embed image if '--add-mp3-metadata' is not provided ([644bcf7](https://github.com/lightpohl/podcast-dl/commit/644bcf78adc56c825cfa8ed793232ea723143f48))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* update to Node 22 LTS ([33fa2cf](https://github.com/lightpohl/podcast-dl/commit/33fa2cfb9593f39094cc4c11d3d7aa286d4a8573))
25+
326
## [10.5.0](https://github.com/lightpohl/podcast-dl/compare/v10.4.1...v10.5.0) (2025-05-18)
427

528

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "podcast-dl",
3-
"version": "10.5.0",
3+
"version": "11.0.0",
44
"description": "A CLI for downloading podcasts.",
55
"type": "module",
66
"bin": "./bin/bin.js",

0 commit comments

Comments
 (0)