Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lightpohl committed Oct 23, 2021
1 parent c4ee9c6 commit 4bf20d4
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
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [7.0.0](https://github.com/lightpohl/podcast-dl/compare/v6.1.0...v7.0.0) (2021-10-23)


### ⚠ BREAKING CHANGES

* support multiple downloads with '--threads' (#34)

### Features

* support multiple downloads with '--threads' ([#34](https://github.com/lightpohl/podcast-dl/issues/34)) ([c4ee9c6](https://github.com/lightpohl/podcast-dl/commit/c4ee9c60d4014196ef3b45bca65bc697faab7c19))

## [6.1.0](https://github.com/lightpohl/podcast-dl/compare/v6.0.0...v6.1.0) (2021-08-15)


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": "6.1.0",
"version": "7.0.0",
"description": "A CLI for downloading podcasts.",
"type": "module",
"bin": "./bin/bin.js",
Expand Down

0 comments on commit 4bf20d4

Please sign in to comment.