From 4bf20d4106d0a4724a2fb6b0f0d90f05cd6b5901 Mon Sep 17 00:00:00 2001 From: Joshua Pohl Date: Sat, 23 Oct 2021 16:05:11 -0500 Subject: [PATCH] chore(release): 7.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fdf65..fae189d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b1abcd6..3c184bc 100644 --- a/package.json +++ b/package.json @@ -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",