From e6db3f0860380a06d6a16f107e0d998045d63d38 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sat, 24 Oct 2020 15:40:39 +0000 Subject: [PATCH] chore(release): 2.0.15 [skip ci] ## [2.0.15](https://github.com/pragmatismo-io/BotServer/compare/2.0.14...2.0.15) (2020-10-24) ### Bug Fixes * **all:** Debugging of .gbapp allowed when launch.json is tailored on outFiles .gbapp dist files. ([201b8c7](https://github.com/pragmatismo-io/BotServer/commit/201b8c7dac654096600daa7101ad4a0d379b7058)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e721d27..6baf72c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.15](https://github.com/pragmatismo-io/BotServer/compare/2.0.14...2.0.15) (2020-10-24) + + +### Bug Fixes + +* **all:** Debugging of .gbapp allowed when launch.json is tailored on outFiles .gbapp dist files. ([201b8c7](https://github.com/pragmatismo-io/BotServer/commit/201b8c7dac654096600daa7101ad4a0d379b7058)) + ## [2.0.14](https://github.com/pragmatismo-io/BotServer/compare/2.0.13...2.0.14) (2020-10-23) diff --git a/package.json b/package.json index 3616fb889..cbc58ccc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.14", + "version": "2.0.15", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",