Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 1, 2020
1 parent 2a390d5 commit 68755c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

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

## 0.7.1 - 2020-04-01
* Set `sideEffects: false` in package.json.
* Add `style` pass-through property to set CSS properties on the container element. (@Authchirion in #90)
* Document that the `showInfo` prop is deprecated.

## 0.7.0 - 2019-06-12
* Add typescript definitions.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@u-wave/react-youtube",
"description": "YouTube player component for React.",
"version": "0.7.0",
"version": "0.7.1",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/u-wave/react-youtube/issues"
Expand Down

0 comments on commit 68755c3

Please sign in to comment.