From 5c2ae096fcb9bb55249025ce9aa993a02f1b69b6 Mon Sep 17 00:00:00 2001 From: Kiko Date: Fri, 24 May 2024 08:35:20 +0000 Subject: [PATCH] chore(release): 3.2.15 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4778e8f..233d011 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. +### 3.2.15 (2024-05-24) + ### 3.2.14 (2024-05-07) ### 3.2.13 (2024-02-08) diff --git a/package.json b/package.json index a9b6c85..221f470 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "spotify-url-info", "description": "Get metadata from Spotify URLs", "homepage": "https://github.com/microlinkhq/spotify-url-info", - "version": "3.2.14", + "version": "3.2.15", "main": "src/index.js", "author": { "email": "kall@kall.ws",