This commit is contained in:
Rodrigo Rodriguez 2019-08-21 21:05:39 +00:00
commit 4a3d47281e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# [1.6.0](https://github.com/pragmatismo-io/BotServer/compare/1.5.5...1.6.0) (2019-08-21)
### Features
* **boot:** Bot now can be run with VSCode F5 after cloning from git. ([29d90db](https://github.com/pragmatismo-io/BotServer/commit/29d90db))
## [1.5.5](https://github.com/pragmatismo-io/BotServer/compare/1.5.4...1.5.5) (2019-07-23)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "1.5.5",
"version": "1.6.0",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",