Skip to content

Commit

Permalink
chore(release): 1.32.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.32.0](v1.31.0...v1.32.0) (2020-01-25)

### Features

* **WebexMedia:** add autoPlay property to the media tags ([f48299c](f48299c))
* **UsePerson:** convert PersonStatus keys to values ([ed1cbc5](ed1cbc5))
* **UseStream:** remove play method from the hook ([0e3e137](0e3e137))
  • Loading branch information
webex-components-publisher committed Jan 25, 2020
1 parent f48299c commit 8bb321a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.32.0](https://github.com/webex/components/compare/v1.31.0...v1.32.0) (2020-01-25)


### Features

* **WebexMedia:** add autoPlay property to the media tags ([f48299c](https://github.com/webex/components/commit/f48299c050d68245ed398665f673b1344afba3af))
* **UsePerson:** convert PersonStatus keys to values ([ed1cbc5](https://github.com/webex/components/commit/ed1cbc5cd63ba33af0d78da64b44b9dbf3a05ecc))
* **UseStream:** remove play method from the hook ([0e3e137](https://github.com/webex/components/commit/0e3e137159c7e529e7834aab86b6131fc2ac22f6))

# [1.31.0](https://github.com/webex/components/compare/v1.30.0...v1.31.0) (2020-01-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/components",
"version": "1.31.0",
"version": "1.32.0",
"main": "dist/webexComponents.cjs.js",
"module": "dist/webexComponents.esm.js",
"scripts": {
Expand Down

0 comments on commit 8bb321a

Please sign in to comment.