diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7b9a9..1b05374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.0-alpha.3 - 2022-05-01 + * Fix unmount order. + * Start player synchronously if the SDK is already loaded. + ## 1.0.0-alpha.2 - 2022-05-01 * Expose all functionality as a `useYouTube` hook. * Remove props no longer supported by YouTube: `showInfo`, `suggestedQuality`. diff --git a/package.json b/package.json index af6b157..214207d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@u-wave/react-youtube", "description": "YouTube player component for React.", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/u-wave/react-youtube/issues"