Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.0...v1.10.0) (2019-12-13)

### Bug Fixes

* **JestPuppeteer:** install and configure dependencies ([a66aa87](a66aa87))

### Features

* **eslint:** add document as a global term ([30d1e9e](30d1e9e))
  • Loading branch information
webex-components-publisher committed Dec 13, 2019
1 parent 30d1e9e commit 403bc66
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.10.0](https://github.com/webex/sdk-component-adapter/compare/v1.9.0...v1.10.0) (2019-12-13)


### Bug Fixes

* **JestPuppeteer:** install and configure dependencies ([a66aa87](https://github.com/webex/sdk-component-adapter/commit/a66aa87dd356be49849686d84b5459d173041322))


### Features

* **eslint:** add document as a global term ([30d1e9e](https://github.com/webex/sdk-component-adapter/commit/30d1e9e4f4e70e09433c9d8ed5090fc10bcdae88))

# [1.9.0](https://github.com/webex/sdk-component-adapter/compare/v1.8.0...v1.9.0) (2019-12-13)


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.9.0",
"version": "1.10.0",
"main": "dist/webexSDKComponentAdapter.cjs.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit 403bc66

Please sign in to comment.