From 3f1ac29da85366513122e5cabe30813cb423e29d Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 27 Sep 2018 09:27:39 -0300 Subject: [PATCH] Updated packages versions. --- VERSION.md | 6 ++++++ package.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/VERSION.md b/VERSION.md index ce87faf7..64b43496 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,6 +1,12 @@ # Release History + +## Version 0.1.5 + +* Updated packages references. + ## Version 0.1.4 + * Error handling improved and logging enriched as well. * Setting DATABASE_ is now STORAGE_. diff --git a/package.json b/package.json index 881b729c..77b4ca03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "0.1.4", + "version": "0.1.5", "description": "General Bot Community Edition open-core server.", "main": "./src/app.ts", "homepage": "http://www.generalbot.com", @@ -41,7 +41,7 @@ "botbuilder-choices": "^4.0.0-preview1.2", "botbuilder-dialogs": "^4.0.0-preview1.2", "botbuilder-prompts": "^4.0.0-preview1.2", - "botlib": "^0.1.1", + "botlib": "^0.1.2", "chokidar": "^2.0.4", "csv-parse": "^3.0.0", "dotenv-extended": "^2.3.0", @@ -53,7 +53,7 @@ "marked": "^0.5.0", "ms": "^2.1.1", "nexmo": "^2.3.2", - "pragmatismo-io-framework": "^1.0.15", + "pragmatismo-io-framework": "^1.0.16", "reflect-metadata": "^0.1.12", "request-promise-native": "^1.0.5", "sequelize": "^4.38.1",