Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2019-08-09)

### Bug Fixes

* **.gitignore:** watch only json files in src/data/ directory ([8b0b4b9](8b0b4b9))

### Features

* **peoplejsonadapter:** create adapter and unit test ([090376b](090376b))
  • Loading branch information
webex-components-publisher committed Aug 9, 2019
1 parent 090376b commit 2b70fbd
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.4.0](https://github.com/webex/components/compare/v1.3.0...v1.4.0) (2019-08-09)


### Bug Fixes

* **.gitignore:** watch only json files in src/data/ directory ([8b0b4b9](https://github.com/webex/components/commit/8b0b4b9))


### Features

* **peoplejsonadapter:** create adapter and unit test ([090376b](https://github.com/webex/components/commit/090376b))

# [1.3.0](https://github.com/webex/components/compare/v1.2.1...v1.3.0) (2019-08-08)


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

0 comments on commit 2b70fbd

Please sign in to comment.