chore(release): 2.0.76 [skip ci]

## [2.0.76](https://github.com/pragmatismo-io/BotServer/compare/2.0.75...2.0.76) (2020-12-22)

### Bug Fixes

* **core.gbapp:** Fix in MSFT spellchecker. ([eaaae13](eaaae133cb))
This commit is contained in:
Rodrigo 2020-12-22 21:30:13 +00:00
parent 27641442cb
commit 4440c55611
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.76](https://github.com/pragmatismo-io/BotServer/compare/2.0.75...2.0.76) (2020-12-22)
### Bug Fixes
* **core.gbapp:** Fix in MSFT spellchecker. ([eaaae13](https://github.com/pragmatismo-io/BotServer/commit/eaaae133cbb8a16bb37d260057a24d434893570c))
## [2.0.75](https://github.com/pragmatismo-io/BotServer/compare/2.0.74...2.0.75) (2020-12-22) ## [2.0.75](https://github.com/pragmatismo-io/BotServer/compare/2.0.74...2.0.75) (2020-12-22)

View file

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