Skip to content

Commit

Permalink
chore(release): 5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.2.0](v5.1.0...v5.2.0) (2024-12-19)

### Features

* included year and track number, added support for custom itunes search strings ([6fc57d0](6fc57d0))

### Bug Fixes

* removed unused import ([e45dd80](e45dd80))
  • Loading branch information
semantic-release-bot committed Dec 19, 2024
1 parent d3f7ae8 commit feb6a27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit feb6a27

Please sign in to comment.