diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bf84f..d0f9c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.1](https://github.com/TooTallNate/spotify-uri/compare/v3.0.0...v3.0.1) (2022-04-07) + + +### Bug Fixes + +* add main & module fields ([24b5f80](https://github.com/TooTallNate/spotify-uri/commit/24b5f80b91d8b0b83ea412eb22bdaafd1096d60d)) + ## [3.0.0](https://github.com/TooTallNate/spotify-uri/compare/v2.2.2...v3.0.0) (2022-04-07) diff --git a/package.json b/package.json index e874107..ed35cac 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "spotify-uri", "description": "Parse the various Spotify URI formats into Objects and back", "homepage": "https://github.com/TooTallNate/spotify-uri#readme", - "version": "3.0.0", + "version": "3.0.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "author": {