Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
update version of ciscospark dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Brown committed Feb 14, 2018
1 parent 3b8e203 commit df991cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

[Want to contribute? Read our guide!](https://github.com/howdyai/botkit/blob/master/CONTRIBUTING.md)

# 0.6.10

* Add support for Cisco Jabber. Thanks to @qiongfangzhang and @panx981389 and their team at Cisco for the contribution!

[Documentation for the Cisco Jabber adapter can be found here)(docs/readme-ciscojabber.md)

* Updated `ciscospark` dependency to latest version and fixed some bugs in the example bot



# 0.6.9

* Add 2 new middleware endpoints that occur during conversations - `conversationStart(bot, convo, next)` and `conversationEnd(bot, convo, next)`. [Some new documentation](docs/readme.md#conversation-events-and-middleware-endpoints)
Expand Down
2 changes: 2 additions & 0 deletions lib/CiscoSparkbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ function Sparkbot(configuration) {
});

}
}).catch(function(err) {
throw new Error(err);
});
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"body-parser": "^1.17.1",
"botbuilder": "^3.8.4",
"botkit-studio-sdk": "^1.0.7",
"ciscospark": "1.8.0",
"ciscospark": "^1.26.0",
"clone": "2.1.1",
"command-line-args": "^4.0.2",
"debug": "^2.6.9",
Expand Down

0 comments on commit df991cc

Please sign in to comment.