Skip to content

Commit

Permalink
chore(main): release 10.0.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightpohl authored Aug 25, 2024
1 parent d280eea commit 97cfd7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [10.0.0](https://github.com/lightpohl/podcast-dl/compare/v9.5.0...v10.0.0) (2024-08-24)


### ⚠ BREAKING CHANGES

* add 'episode-custom-template-options' ([#79](https://github.com/lightpohl/podcast-dl/issues/79))

### Features

* add 'episode-custom-template-options' ([#79](https://github.com/lightpohl/podcast-dl/issues/79)) ([d280eea](https://github.com/lightpohl/podcast-dl/commit/d280eeadb172da87626ad7b4da91f597c0e6e46a))

## [9.5.0](https://github.com/lightpohl/podcast-dl/compare/v9.4.0...v9.5.0) (2024-05-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcast-dl",
"version": "9.5.0",
"version": "10.0.0",
"description": "A CLI for downloading podcasts.",
"type": "module",
"bin": "./bin/bin.js",
Expand Down

0 comments on commit 97cfd7d

Please sign in to comment.