Skip to content

Commit

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

### Features

* **JestMeetingWebApplication:** implement one ([12236ff](12236ff))
* **package:** install and configure parcel ([67d2dfb](67d2dfb))
* **package:** remove babel regenrate plugin ([e960e76](e960e76))
  • Loading branch information
webex-components-publisher committed Jan 25, 2020
1 parent 19caf88 commit 042a63b
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.17.0](https://github.com/webex/sdk-component-adapter/compare/v1.16.1...v1.17.0) (2020-01-25)


### Features

* **JestMeetingWebApplication:** implement one ([12236ff](https://github.com/webex/sdk-component-adapter/commit/12236ffe13d9a68d84f0710e08d079d4ae0c0fa1))
* **package:** install and configure parcel ([67d2dfb](https://github.com/webex/sdk-component-adapter/commit/67d2dfb006339cf97e812463629ba643f4c1b548))
* **package:** remove babel regenrate plugin ([e960e76](https://github.com/webex/sdk-component-adapter/commit/e960e76d7ba48419ee393160b7d04c6d39203a46))

## [1.16.1](https://github.com/webex/sdk-component-adapter/compare/v1.16.0...v1.16.1) (2020-01-16)


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/sdk-component-adapter",
"version": "1.16.1",
"version": "1.17.0",
"main": "dist/webexSDKComponentAdapter.cjs.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit 042a63b

Please sign in to comment.