diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa805f..11fb0cc 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.1 - 2022-04-20 + * Improve typings. + * Remove duplicate `defaultProps`. + ## 1.0.0-alpha.0 - 2021-12-01 * Use hooks internally. * Drop support for React 16. This version requires React 17 or 18. diff --git a/package.json b/package.json index 89e4684..c7d7472 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.0", + "version": "1.0.0-alpha.1", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/u-wave/react-youtube/issues"