diff --git a/CHANGELOG.md b/CHANGELOG.md index f877df4..7ff27b1 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/). +## 0.7.3 - 2022-04-04 + * Allow React 18 in peerDependency range. + * Test with React 16, 17, and 18 on CI. + ## 0.7.2 - 2020-10-21 * Allow React 17 in peerDependency range. * Test with React 16 and React 17 on CI. diff --git a/package.json b/package.json index a3ad88b..c7d9fe2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@u-wave/react-youtube", "description": "YouTube player component for React.", - "version": "0.7.2", + "version": "0.7.3", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/u-wave/react-youtube/issues"