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

Commit

Permalink
Preparing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennemargraff committed Jan 20, 2017
1 parent 89e8b82 commit 5512e23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vorlon",
"version": "0.4.0",
"version": "0.5.0",
"description": "vorlon",
"main": "Server/server.js",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.5.0
- Plugins
- Bot Framework Inspector
- Plugin creation
- Helps you inspect and debug bot created in Node.js using Bot Builder (https://github.com/Microsoft/BotBuilder)
- Features: Get dialogs list, See live dialog stacks and events, live graph showing path in the bot.
- Various fixes and improvements
- Add support for listening with host 0.0.0.0 (https://github.com/kkeybbs)
- Dashboard working correctly if baseUrl is set in config file (https://github.com/mboelter)
- Add missing baseURL inside templates and dashboard config (https://github.com/xiaodoudou)

## 0.4.0
- Plugins
- Dom Timeline
Expand Down

0 comments on commit 5512e23

Please sign in to comment.