From aee3589ddd67e733c6a48a0b8c8c53c03f0acbe2 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 23 May 2024 11:04:49 +0200 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c02bcd..90929af 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. +## [4.1.0](https://github.com/TooTallNate/spotify-uri/compare/v4.0.1...v4.1.0) (2024-05-23) + + +### Features + +* support browser environment ([#37](https://github.com/TooTallNate/spotify-uri/issues/37)) ([690669b](https://github.com/TooTallNate/spotify-uri/commit/690669b2365231be621c31dcecabfbf96e217df4)) + ### [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) diff --git a/package.json b/package.json index 061a002..79004c6 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.1", + "version": "4.1.0", "types": "./dist/index.d.ts", "main": "./dist/index.js", "exports": {