From cfcede9d4b39c06cb4de1c09649a9a6af21ece0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Mar 2024 12:44:22 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/deepgram-devs/react-nowplaying/compare/1.1.0...1.2.0) (2024-03-20) ### Features * add support for string and MediaSource types ([3dfdace](https://github.com/deepgram-devs/react-nowplaying/commit/3dfdace57a2305f5744cfd69200a164cf7c1461d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575fad3..13ee09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ Change Log +# [1.2.0](https://github.com/deepgram-devs/react-nowplaying/compare/1.1.0...1.2.0) (2024-03-20) + + +### Features + +* add support for string and MediaSource types ([3dfdace](https://github.com/deepgram-devs/react-nowplaying/commit/3dfdace57a2305f5744cfd69200a164cf7c1461d)) + # [1.1.0](https://github.com/deepgram-devs/react-nowplaying/compare/1.0.2...1.1.0) (2024-03-19) diff --git a/package.json b/package.json index a2f015a..8bb4780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-nowplaying", - "version": "1.1.0", + "version": "1.2.0", "description": "A cross-browser cross-device friendly React context to auto-play audio in a browser.", "keywords": [ "browser-audio",