diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba7cd5..497ed19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/joshunrau/ytdl-mp3/compare/v4.0.1...v4.0.2) (2024-08-25) + + +### Bug Fixes + +* issue where 403 error occurs ([a515cfe](https://github.com/joshunrau/ytdl-mp3/commit/a515cfe3af7f75271fdd5347f5481c9be367ae03)) + ## [4.0.1](https://github.com/joshunrau/ytdl-mp3/compare/v4.0.0...v4.0.1) (2024-07-29) diff --git a/package.json b/package.json index d358373..31c8f7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ytdl-mp3", "type": "module", - "version": "4.0.1", + "version": "4.0.2", "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",