Skip to content

Commit

Permalink
update package and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Brown committed Jul 27, 2017
1 parent 9e7502f commit e705125
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
[Want to contribute? Read our guide!](https://github.com/howdyai/botkit/blob/master/CONTRIBUTING.md)


## 0.5.6

Fix for Botkit Studio-powered bots: Facebook attachments can now be added without buttons

Fix for Cisco Spark: Bot mentions will now reliably be pruned from message, regardless of what client originated the message

Fix for Cisco Spark: startPrivateConversationWithPersonID has been fixed.

## 0.5.5

*Introducing Botkit for SMS!* Botkit bots can now send and receive messages using Twilio's Programmable SMS API!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botkit",
"version": "0.5.5",
"version": "0.5.6",
"description": "Building blocks for Building Bots",
"main": "lib/Botkit.js",
"dependencies": {
Expand Down

0 comments on commit e705125

Please sign in to comment.