From feb6a278806d86a4f21e70faa9c74bc0d8350bc4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 12:22:22 +0000 Subject: [PATCH] chore(release): 5.2.0 [skip ci] ## [5.2.0](https://github.com/joshunrau/ytdl-mp3/compare/v5.1.0...v5.2.0) (2024-12-19) ### Features * included year and track number, added support for custom itunes search strings ([6fc57d0](https://github.com/joshunrau/ytdl-mp3/commit/6fc57d02cdff6af67920a6750eb8fa24d55aa66b)) ### Bug Fixes * removed unused import ([e45dd80](https://github.com/joshunrau/ytdl-mp3/commit/e45dd80857a556508e019fdcc6ed97d08aa94599)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a630d1..0efc9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.2.0](https://github.com/joshunrau/ytdl-mp3/compare/v5.1.0...v5.2.0) (2024-12-19) + + +### Features + +* included year and track number, added support for custom itunes search strings ([6fc57d0](https://github.com/joshunrau/ytdl-mp3/commit/6fc57d02cdff6af67920a6750eb8fa24d55aa66b)) + + +### Bug Fixes + +* removed unused import ([e45dd80](https://github.com/joshunrau/ytdl-mp3/commit/e45dd80857a556508e019fdcc6ed97d08aa94599)) + ## [5.1.0](https://github.com/joshunrau/ytdl-mp3/compare/v5.0.0...v5.1.0) (2024-12-16) diff --git a/package.json b/package.json index 98bb130..587c4a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ytdl-mp3", "type": "module", - "version": "5.1.0", + "version": "5.2.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",