Skip to content

Commit

Permalink
Fix issue with ciscospark version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Brown committed Aug 9, 2017
1 parent 53f90b1 commit b15c8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
[Want to contribute? Read our guide!](https://github.com/howdyai/botkit/blob/master/CONTRIBUTING.md)


## 0.5.7

Lock in ciscospark dependency at version 1.8.0 until further notice due to breaking changes in more recent versions.

## 0.5.6

Fix for Botkit Studio-powered bots: Facebook attachments can now be added without buttons
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botkit",
"version": "0.5.6",
"version": "0.5.7",
"description": "Building blocks for Building Bots",
"main": "lib/Botkit.js",
"dependencies": {
Expand All @@ -9,7 +9,7 @@
"body-parser": "^1.17.1",
"botbuilder": "^3.7.0",
"botkit-studio-sdk": "^1.0.2",
"ciscospark": "^1.1.6",
"ciscospark": "1.8.0",
"clone": "2.1.1",
"command-line-args": "^4.0.2",
"crypto": "0.0.3",
Expand Down

0 comments on commit b15c8d4

Please sign in to comment.