From 5016a67a20aac89142de683be78112d3f385c90b Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 18 Nov 2018 20:47:19 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/pragmatismo-io/BotServer/compare/1.0.4...1.0.5) (2018-11-18) ### Bug Fixes * **config:** Try to fix CI. ([780a177](https://github.com/pragmatismo-io/BotServer/commit/780a177)) * **config:** Try to fix CI. ([240e905](https://github.com/pragmatismo-io/BotServer/commit/240e905)) * **config:** Try to fix CI. ([ae8e2bc](https://github.com/pragmatismo-io/BotServer/commit/ae8e2bc)) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39fc8ae53..4c46fd19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "1.0.0", + "version": "1.0.5", "description": "General Bot Community Edition open-core server.", "main": "./src/app.ts", "bugs": "https://github.com/pragmatismo-io/BotServer/issues", @@ -208,7 +208,8 @@ "publish": [ "@semantic-release/npm", "@semantic-release/github" - ] + ], + "analyzeCommits": "simple-commit-message" }, "config": { "commitizen": {