chore(release): 1.0.7 [skip ci]

## [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))
This commit is contained in:
Rodrigo 2018-11-18 21:35:47 +00:00
parent 2f593d0335
commit f8e3fda796
2 changed files with 10 additions and 2 deletions

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"
]
}
],