Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.0...v1.11.0) (2020-05-08)

### Bug Fixes

* **cursor:** move cursor to end of edited text ([19548ce](19548ce))

### Features

* **key-bindings:** bind key bindings to component ([beeb737](beeb737))
  • Loading branch information
semantic-release-bot committed May 8, 2020
1 parent 2e63752 commit abe009d
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 @@
# [1.11.0](https://github.com/webex/message-composer/compare/v1.10.0...v1.11.0) (2020-05-08)


### Bug Fixes

* **cursor:** move cursor to end of edited text ([19548ce](https://github.com/webex/message-composer/commit/19548cec74acaffe80494216ef6906e5676c0275))


### Features

* **key-bindings:** bind key bindings to component ([beeb737](https://github.com/webex/message-composer/commit/beeb737057f3a6237ef80922e3738e145bde125b))

# [1.10.0](https://github.com/webex/message-composer/compare/v1.9.7...v1.10.0) (2020-05-01)


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.10.0",
"version": "1.11.0",
"description": "React message composer",
"main": "dist/index.js",
"author": "Michael Wegman ([email protected])",
Expand Down

0 comments on commit abe009d

Please sign in to comment.