Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](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](fa6144c))
  • Loading branch information
semantic-release-bot committed Aug 25, 2024
1 parent fa6144c commit 0ddbfe9
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
@@ -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)


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": "4.0.2",
"version": "5.0.0",
"packageManager": "[email protected]",
"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 0ddbfe9

Please sign in to comment.