chore(release): 1.2.2 [skip ci]
## [1.2.2](https://github.com/pragmatismo-io/BotServer/compare/1.2.1...1.2.2) (2019-02-01) ### Bug Fixes * **auth:** setupSecurity now is a complete setup process for tokens. ([4718fe4
](https://github.com/pragmatismo-io/BotServer/commit/4718fe4)) * **deployer:** Installs and compiles additional .gbapps on server startup. ([cfe5cd2
](https://github.com/pragmatismo-io/BotServer/commit/cfe5cd2)) * **kb.gbapp:** Menu and Ask dialog flows fixing. ([d884bc3
](https://github.com/pragmatismo-io/BotServer/commit/d884bc3)) * **VBA:** Removal of invalid error messages. ([dd92032
](https://github.com/pragmatismo-io/BotServer/commit/dd92032))
This commit is contained in:
parent
10a2ef71ea
commit
8edab92a3b
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
## [1.2.2](https://github.com/pragmatismo-io/BotServer/compare/1.2.1...1.2.2) (2019-02-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **auth:** setupSecurity now is a complete setup process for tokens. ([4718fe4](https://github.com/pragmatismo-io/BotServer/commit/4718fe4))
|
||||
* **deployer:** Installs and compiles additional .gbapps on server startup. ([cfe5cd2](https://github.com/pragmatismo-io/BotServer/commit/cfe5cd2))
|
||||
* **kb.gbapp:** Menu and Ask dialog flows fixing. ([d884bc3](https://github.com/pragmatismo-io/BotServer/commit/d884bc3))
|
||||
* **VBA:** Removal of invalid error messages. ([dd92032](https://github.com/pragmatismo-io/BotServer/commit/dd92032))
|
||||
|
||||
## [1.2.1](https://github.com/pragmatismo-io/BotServer/compare/1.2.0...1.2.1) (2018-12-18)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "botserver",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "General Bot Community Edition open-core server.",
|
||||
"main": "./src/app.ts",
|
||||
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",
|
||||
|
|
Loading…
Add table
Reference in a new issue