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

Commit 5512e23

Browse files
Preparing new version
1 parent 89e8b82 commit 5512e23

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vorlon",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "vorlon",
55
"main": "Server/server.js",
66
"dependencies": {

whatsnew.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.5.0
2+
- Plugins
3+
- Bot Framework Inspector
4+
- Plugin creation
5+
- Helps you inspect and debug bot created in Node.js using Bot Builder (https://github.com/Microsoft/BotBuilder)
6+
- Features: Get dialogs list, See live dialog stacks and events, live graph showing path in the bot.
7+
- Various fixes and improvements
8+
- Add support for listening with host 0.0.0.0 (https://github.com/kkeybbs)
9+
- Dashboard working correctly if baseUrl is set in config file (https://github.com/mboelter)
10+
- Add missing baseURL inside templates and dashboard config (https://github.com/xiaodoudou)
11+
112
## 0.4.0
213
- Plugins
314
- Dom Timeline

0 commit comments

Comments
 (0)