We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb8f38 commit ba8546fCopy full SHA for ba8546f
2 files changed
CHANGELOG.md
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17
- `deep-extend` from `0.4.2` to `0.5.1`
18
- `randomatic` from `1.1.7` to `3.1.0`
19
20
+## [1.0.0]
21
+### Changed
22
+- Update DirectLine to rxjs v6 pipeable operators
23
+
24
## [0.9.17] - 2018-08-31
25
### Changed
26
- Add handling of 403/500 for `getSessionId`, in [#87](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/87)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "botframework-directlinejs",
3
- "version": "0.10.1-0",
+ "version": "1.0.0",
4
"description": "client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
5
"main": "built/directLine.js",
6
"types": "built/directLine.d.ts",
0 commit comments