From 765dc695d2eadaed784ff41a980b71dd85f6cdba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Thu, 22 Oct 2020 12:32:00 +0200 Subject: [PATCH] 0.4.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ef83074 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# react-dailymotion change log + +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](http://semver.org/). + +## 0.4.1 + * Add React 17 to allowed peerDependency range. (#155) diff --git a/package.json b/package.json index a14fe94..8c83bac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-dailymotion", - "version": "0.4.0", + "version": "0.4.1", "description": "Dailymotion player component for React.", "main": "dist/react-dailymotion.js", "module": "dist/react-dailymotion.mjs",