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",