fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 10 additions and 2 deletions
Showing only changes of commit f8e3fda796 - Show all commits

View file

@ -1,3 +1,10 @@
## [1.0.7](https://github.com/pragmatismo-io/BotServer/compare/1.0.6...1.0.7) (2018-11-18)
### Bug Fixes
* **config:** CHANGELOG generator fixing. ([ac18782](https://github.com/pragmatismo-io/BotServer/commit/ac18782))
# Release History
## Version 0.1.9

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "1.0.6",
"version": "1.0.7",
"description": "General Bot Community Edition open-core server.",
"main": "./src/app.ts",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",
@ -207,7 +207,8 @@
{
"path": "@semantic-release/git",
"assets": [
"package.json", "CHANGELOG.md"
"package.json",
"CHANGELOG.md"
]
}
],