Skip to content

Commit

Permalink
chore(release): 1.19.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.2](v1.19.1...v1.19.2) (2019-10-31)

### Bug Fixes

* **package:** install mockdate ([edf655c](edf655c))
* **mocks:** remove date-fns Jest mock ([9b81c8a](9b81c8a))
* **package:** update date-fns to 2.6.0 ([3dc8ad3](3dc8ad3))
  • Loading branch information
webex-components-publisher committed Oct 31, 2019
1 parent fcb30a7 commit 20639eb
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.19.2](https://github.com/webex/components/compare/v1.19.1...v1.19.2) (2019-10-31)


### Bug Fixes

* **package:** install mockdate ([edf655c](https://github.com/webex/components/commit/edf655c4019b37e2fafde281c2df730b932a45ff))
* **mocks:** remove date-fns Jest mock ([9b81c8a](https://github.com/webex/components/commit/9b81c8a07a089b6f4d32f3abf8c69c11f50047c2))
* **package:** update date-fns to 2.6.0 ([3dc8ad3](https://github.com/webex/components/commit/3dc8ad3a1f764cbc5a25830d68c2314cc3eb4900))

## [1.19.1](https://github.com/webex/components/compare/v1.19.0...v1.19.1) (2019-10-30)


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

0 comments on commit 20639eb

Please sign in to comment.