Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.11.0...v2.0.0) (2020-05-19)

### Features

* **quill:** only support quill composer ([d30ec9e](d30ec9e))

### BREAKING CHANGES

* **quill:** remove support fore `composerType` and only support Quill Composer
  • Loading branch information
semantic-release-bot committed May 19, 2020
1 parent 9613d44 commit ad5c3b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/webex/message-composer/compare/v1.11.0...v2.0.0) (2020-05-19)


### Features

* **quill:** only support quill composer ([d30ec9e](https://github.com/webex/message-composer/commit/d30ec9e961e826ecd383945f0c48de63c354af8b))


### BREAKING CHANGES

* **quill:** remove support fore `composerType` and only support Quill Composer

# [1.11.0](https://github.com/webex/message-composer/compare/v1.10.0...v1.11.0) (2020-05-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/message-composer",
"version": "1.11.0",
"version": "2.0.0",
"description": "React message composer",
"main": "dist/index.js",
"author": "Michael Wegman ([email protected])",
Expand Down

0 comments on commit ad5c3b6

Please sign in to comment.