From 8274a4d5a5afb8d886aad333760b727f26190eab Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 10 Apr 2022 23:17:47 +0200 Subject: [PATCH] chore(release): 3.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f9c62..815f597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/TooTallNate/spotify-uri/compare/v3.0.1...v3.0.2) (2022-04-10) + + +### Bug Fixes + +* export uri types ([7776c7b](https://github.com/TooTallNate/spotify-uri/commit/7776c7be9265e12e68ed8ce1ec1c7ee1ec073e33)) +* linter ([c80803c](https://github.com/TooTallNate/spotify-uri/commit/c80803ce0d44a558f5bc70192a0adcd867c38c55)) + ### [3.0.1](https://github.com/TooTallNate/spotify-uri/compare/v3.0.0...v3.0.1) (2022-04-07) diff --git a/package.json b/package.json index ed35cac..6379e26 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.1", + "version": "3.0.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "author": {