diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5610d..32d1e44 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.9.6 + * Add React 18 to supported `peerDependencies` range. + * Add `textTrack`, `playsInline`, `pip`, `keyboard`, `quality` props. (@thanhsonng in #178) + ## 0.9.5 * Add the `dnt` prop to the typescript definitions. (@k-p-jones in #140) diff --git a/package.json b/package.json index fe228bd..f735b9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@u-wave/react-vimeo", - "version": "0.9.5", + "version": "0.9.6", "description": "Vimeo player component for React.", "main": "dist/react-vimeo.js", "module": "dist/react-vimeo.es.js",