From 6297f5c1802afdbb595bbbe72ed5e9722c0ef36f Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sat, 23 Dec 2023 12:34:08 +0100 Subject: [PATCH] chore(release): 4.0.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc527c..6c02bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [4.0.1](https://github.com/TooTallNate/spotify-uri/compare/v3.0.4...v4.0.1) (2023-12-23) + ### [3.0.4](https://github.com/TooTallNate/spotify-uri/compare/v3.0.3...v3.0.4) (2023-05-15) ### [3.0.3](https://github.com/TooTallNate/spotify-uri/compare/v3.0.2...v3.0.3) (2022-09-02) diff --git a/package.json b/package.json index 3795177..00ecddd 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": "4.0.0", + "version": "4.0.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "author": {