Skip to content

Commit bd168ec

Browse files
committed
0.15.5
1 parent d07e655 commit bd168ec

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616

1717
## [Unreleased]
1818

19+
## [0.15.5] - 2023-10-10
20+
1921
### Added
2022

2123
- Direct Line Streaming: Added `networkInformation` option to assist detection of connection issues, by [@compulim](https://github.com/compulim), in PR [#412](https://github.com/microsoft/BotFramework-DirectLineJS/pull/412)

package-lock.json

Lines changed: 2 additions & 2 deletions
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.15.5-0",
3+
"version": "0.15.5",
44
"description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
55
"files": [
66
"dist/**/*",

0 commit comments

Comments
 (0)