Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 24, 2021
1 parent 8b7a2c5 commit ef8c779
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.9.4
* Add prop for the `speed` player option. (@warrenmcquinn in #128)

This option enables speed controls so the user can select speeds in the Vimeo frame UI,
it does not itself control the playback rate.

## 0.9.3
* Add prop for the `dnt` player option. (@k-p-jones in #125)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u-wave/react-vimeo",
"version": "0.9.3",
"version": "0.9.4",
"description": "Vimeo player component for React.",
"main": "dist/react-vimeo.js",
"module": "dist/react-vimeo.es.js",
Expand Down

0 comments on commit ef8c779

Please sign in to comment.