Skip to content

Commit 9afda02

Browse files
compulimstevengumcorinagum
authored
Bump to 0.14.1-0 (#334)
* 0.14.0 * 0.14.0 * 0.14.1-0 * Update CHANGELOG.md Co-authored-by: Corina <14900841+corinagum@users.noreply.github.com> Co-authored-by: Steven Gum <14935595+stevengum@users.noreply.github.com> Co-authored-by: Corina <14900841+corinagum@users.noreply.github.com>
1 parent 30c921d commit 9afda02

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020

2121
- Bumped [`botframework-streaming@4.11.0`](https://npmjs.com/package/botframework-streaming), by [@stevengum](https://github.com/stevengum), in PR [#323](https://github.com/microsoft/BotFramework-DirectLineJS/pull/323)
2222

23+
## [0.14.0] - 2021-02-09
24+
25+
### Added
26+
27+
- Create better handling of Web Socket errors, by [@compulim](https://github.com/compulim), in PR [#324](https://github.com/microsoft/BotFramework-DirectLineJS/pull/324)
28+
- Added `setUserId()` function to set user ID before connection, by [@timenick](https://github.com/timenick), in PR [#316](https://github.com/microsoft/BotFramework-DirectLineJS/pull/316)
29+
2330
## [0.13.1] - 2020-09-09
2431

2532
### Changed
@@ -30,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3037

3138
### Added
3239

33-
- Added `conversationStartProperties` and `locale`, by [@zhiwang](https://github.com/zhiwang), in PR [#293](https://github.com/microsoft/BotFramework-DirectLineJS/pull/293)
40+
- Added `conversationStartProperties` and `locale`, by [@timenick](https://github.com/timenick), in PR [#293](https://github.com/microsoft/BotFramework-DirectLineJS/pull/293)
3441

3542
### Fixed
3643

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botframework-directlinejs",
3-
"version": "0.13.2-0",
3+
"version": "0.14.1-0",
44
"description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
55
"files": [
66
"dist/**/*",

0 commit comments

Comments
 (0)