From 24083c0f1b7b0a8e8dfacb074acd3fe577646508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 4 Apr 2022 18:24:06 +0200 Subject: [PATCH] 0.7.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f877df46..7ff27b1f 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 a3ad88b6..c7d9fe2c 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"