This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-18 20:00:03 -02:00
commit 0884c63bc8
2 changed files with 10 additions and 4 deletions

View file

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

View file

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