From d5d523ee95e96fa070915f15f89388282eac453a Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 7 Apr 2022 12:53:58 +0200 Subject: [PATCH] chore(release): 2.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b86221f..34ed132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ 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. +### [2.2.2](https://github.com/TooTallNate/spotify-uri/compare/v2.2.1...v2.2.2) (2022-04-07) + + +### Bug Fixes + +* parse embed playlist urls ([ae97f32](https://github.com/TooTallNate/spotify-uri/commit/ae97f32d5f6d7c6c78a04c94fd78153e747a2b5f)), closes [#17](https://github.com/TooTallNate/spotify-uri/issues/17) + ### [2.2.1](https://github.com/TooTallNate/spotify-uri/compare/v2.1.0...v2.2.1) (2022-04-07) diff --git a/package.json b/package.json index a6873da..5f29023 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": "2.2.1", + "version": "2.2.2", "main": "./dist/index.js", "author": { "email": "nathan@tootallnate.net",