Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2020-02-05)

### Bug Fixes

* **mentions:** display full name; created utils file ([923c18d](923c18d))
* **mentions:** small bugs ([f363a5c](f363a5c))

### Features

* **mentions:** add mentions ([df90e9d](df90e9d))
* **mentions:** maybe it'll work someday ([fd67688](fd67688))
* **mentions:** simple avatars ([9dda99f](9dda99f))
* **quill:** styling touchup ([3c49eae](3c49eae))
  • Loading branch information
semantic-release-bot committed Feb 5, 2020
1 parent 555db43 commit f1d1eb5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.7.0](https://github.com/webex/message-composer/compare/v1.6.0...v1.7.0) (2020-02-05)


### Bug Fixes

* **mentions:** display full name; created utils file ([923c18d](https://github.com/webex/message-composer/commit/923c18d4f46cbad1f1918f2689410bb91f027776))
* **mentions:** small bugs ([f363a5c](https://github.com/webex/message-composer/commit/f363a5c731ba8718348dafc7a01054edd3fd04c8))


### Features

* **mentions:** add mentions ([df90e9d](https://github.com/webex/message-composer/commit/df90e9d738b3a66ffb434a0c93978d1c8c33aec6))
* **mentions:** maybe it'll work someday ([fd67688](https://github.com/webex/message-composer/commit/fd6768868ea6276afcf7b9c7002c16ffee7cd32d))
* **mentions:** simple avatars ([9dda99f](https://github.com/webex/message-composer/commit/9dda99f8bcc1bd508ff6345885854d826c5100c4))
* **quill:** styling touchup ([3c49eae](https://github.com/webex/message-composer/commit/3c49eae94bcd9356b9453769376f00da37858531))

# [1.6.0](https://github.com/webex/message-composer/compare/v1.5.0...v1.6.0) (2020-01-23)


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.6.0",
"version": "1.7.0",
"description": "React message composer",
"main": "dist/index.js",
"author": "Michael Wegman (mwegman@cisco.com)",
Expand Down

0 comments on commit f1d1eb5

Please sign in to comment.