From 6f53be9efd39784ff0da44f665e20def5a5e0c33 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Apr 2020 10:27:53 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.3.0](https://github.com/streamich/react-embed/compare/v3.2.0...v3.3.0) (2020-04-25) ### Features * 🎸 add dark mode support to audio player ([a32bc51](https://github.com/streamich/react-embed/commit/a32bc51c9b5b991125c5f51728d05e88edee8707)) * 🎸 add support for dark mode in Twitter ([b0ef2cd](https://github.com/streamich/react-embed/commit/b0ef2cd551440c2fe65935836eed9b43994f70d1)) * 🎸 improve supported audio file formats ([9d639d9](https://github.com/streamich/react-embed/commit/9d639d995276453e720ba7dca7eb6f7a903b978f)) * 🎸 support responsivenes in audio player ([f79158f](https://github.com/streamich/react-embed/commit/f79158f7db45b9f3ce64e12ee63cfbf6ab92eb75)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de40a5d11..048ea0e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.3.0](https://github.com/streamich/react-embed/compare/v3.2.0...v3.3.0) (2020-04-25) + + +### Features + +* 🎸 add dark mode support to audio player ([a32bc51](https://github.com/streamich/react-embed/commit/a32bc51c9b5b991125c5f51728d05e88edee8707)) +* 🎸 add support for dark mode in Twitter ([b0ef2cd](https://github.com/streamich/react-embed/commit/b0ef2cd551440c2fe65935836eed9b43994f70d1)) +* 🎸 improve supported audio file formats ([9d639d9](https://github.com/streamich/react-embed/commit/9d639d995276453e720ba7dca7eb6f7a903b978f)) +* 🎸 support responsivenes in audio player ([f79158f](https://github.com/streamich/react-embed/commit/f79158f7db45b9f3ce64e12ee63cfbf6ab92eb75)) + # [3.2.0](https://github.com/streamich/react-embed/compare/v3.1.0...v3.2.0) (2020-04-24) diff --git a/package.json b/package.json index e9c88f08e..ad0aa62d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-embed", - "version": "3.2.0", + "version": "3.3.0", "description": "", "author": { "name": "streamich",