Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jul 10, 2019
1 parent 4df972f commit 4da6b39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1
* Add color string example to docs. (@ivoilic in #82)
* Fix documentation for union prop types.

## 0.8.0
* Add `controls` prop, set to `controls={false}` to disable UI on videos uploaded by pro accounts. (@ljmsouza in #81)

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.8.0",
"version": "0.8.1",
"description": "Vimeo player component for React.",
"main": "dist/react-vimeo.js",
"module": "dist/react-vimeo.es.js",
Expand Down

0 comments on commit 4da6b39

Please sign in to comment.