Skip to content

Commit ba8546f

Browse files
docs(changelog): add message to change log, bump npm version
1 parent feb8f38 commit ba8546f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717
- `deep-extend` from `0.4.2` to `0.5.1`
1818
- `randomatic` from `1.1.7` to `3.1.0`
1919

20+
## [1.0.0]
21+
### Changed
22+
- Update DirectLine to rxjs v6 pipeable operators
23+
2024
## [0.9.17] - 2018-08-31
2125
### Changed
2226
- Add handling of 403/500 for `getSessionId`, in [#87](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/87)

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.10.1-0",
3+
"version": "1.0.0",
44
"description": "client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
55
"main": "built/directLine.js",
66
"types": "built/directLine.d.ts",

0 commit comments

Comments
 (0)