From 688278c2f03ac83cc881cfdb4cd55c5faf01914d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Apr 2024 10:14:17 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/deepgram-devs/react-nowplaying/compare/1.3.0...1.4.0) (2024-04-11) ### Features * clear audio uid on finish and when stopped manually ([9791f25](https://github.com/deepgram-devs/react-nowplaying/commit/9791f254f56751f871b8aa99a8d0a67b73349845)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6048fe3..b344d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ Change Log +# [1.4.0](https://github.com/deepgram-devs/react-nowplaying/compare/1.3.0...1.4.0) (2024-04-11) + + +### Features + +* clear audio uid on finish and when stopped manually ([9791f25](https://github.com/deepgram-devs/react-nowplaying/commit/9791f254f56751f871b8aa99a8d0a67b73349845)) + # [1.3.0](https://github.com/deepgram-devs/react-nowplaying/compare/1.2.0...1.3.0) (2024-03-29) diff --git a/package.json b/package.json index 9889fb9..e724551 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-nowplaying", - "version": "1.3.0", + "version": "1.4.0", "description": "A cross-browser cross-device friendly React context to auto-play audio in a browser.", "keywords": [ "browser-audio",