From 6b5bdc2774c0461c54b43562fb00742f0ea4e1ee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 May 2020 18:28:21 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/webex/message-composer/compare/v1.9.7...v1.10.0) (2020-05-01) ### Features * **mention:** add [@moderator](https://github.com/moderator) and [@here](https://github.com/here) ([d720160](https://github.com/webex/message-composer/commit/d720160432424b9f027c8eed977ca794b52f58d0)) * **mentions:** add mention type ([b276404](https://github.com/webex/message-composer/commit/b276404b62428532f231e3641a25ea667a5d0304)) * **mentions:** add space after group mentioned items ([6d75778](https://github.com/webex/message-composer/commit/6d75778fddcd336513c5057a1049c179c04ed660)) * **mentions:** sanitize items input ([cb69351](https://github.com/webex/message-composer/commit/cb69351daeb100bd2202e9f9bafe90b6d7ca9bdf)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bac5e..3777056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.10.0](https://github.com/webex/message-composer/compare/v1.9.7...v1.10.0) (2020-05-01) + + +### Features + +* **mention:** add [@moderator](https://github.com/moderator) and [@here](https://github.com/here) ([d720160](https://github.com/webex/message-composer/commit/d720160432424b9f027c8eed977ca794b52f58d0)) +* **mentions:** add mention type ([b276404](https://github.com/webex/message-composer/commit/b276404b62428532f231e3641a25ea667a5d0304)) +* **mentions:** add space after group mentioned items ([6d75778](https://github.com/webex/message-composer/commit/6d75778fddcd336513c5057a1049c179c04ed660)) +* **mentions:** sanitize items input ([cb69351](https://github.com/webex/message-composer/commit/cb69351daeb100bd2202e9f9bafe90b6d7ca9bdf)) + ## [1.9.7](https://github.com/webex/message-composer/compare/v1.9.6...v1.9.7) (2020-04-21) diff --git a/package.json b/package.json index 5a860d7..7e8f2ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webex/message-composer", - "version": "1.9.7", + "version": "1.10.0", "description": "React message composer", "main": "dist/index.js", "author": "Michael Wegman (mwegman@cisco.com)",