From 0ddbfe9c580313446015bea0b4cc94c7bef376ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 25 Aug 2024 16:15:12 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.0.0](https://github.com/joshunrau/ytdl-mp3/compare/v4.0.2...v5.0.0) (2024-08-25) ### ⚠ BREAKING CHANGES * the main export has been removed since the version was incorrect ### Code Refactoring * move main into bin ([fa6144c](https://github.com/joshunrau/ytdl-mp3/commit/fa6144c625f6e8d28f4e493fc55708000e5fb79c)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497ed19..099dc46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/joshunrau/ytdl-mp3/compare/v4.0.2...v5.0.0) (2024-08-25) + + +### ⚠ BREAKING CHANGES + +* the main export has been removed since the version was incorrect + +### Code Refactoring + +* move main into bin ([fa6144c](https://github.com/joshunrau/ytdl-mp3/commit/fa6144c625f6e8d28f4e493fc55708000e5fb79c)) + ## [4.0.2](https://github.com/joshunrau/ytdl-mp3/compare/v4.0.1...v4.0.2) (2024-08-25) diff --git a/package.json b/package.json index 554b707..ff44c3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ytdl-mp3", "type": "module", - "version": "4.0.2", + "version": "5.0.0", "packageManager": "pnpm@9.3.0", "description": "An NPM package to facilitate downloading music from YouTube, including automatic retrieval of ID3 tags and album art via the iTunes public API.", "author": "Joshua Unrau",