From 88643150b142d0899d3172d34f88c0fb21869abd Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 15 Jan 2021 14:55:41 +0000 Subject: [PATCH] chore(release): 2.0.91 [skip ci] ## [2.0.91](https://github.com/GeneralBots/BotServer/compare/2.0.90...2.0.91) (2021-01-15) ### Bug Fixes * **basic.gblib:** COPY is now target recursive. ([4048e72](https://github.com/GeneralBots/BotServer/commit/4048e724d152f08815b8d2ff2eedb28293cd3dd2)) * **basic.gblib:** Extraction of copy command in regexp. ([e4be160](https://github.com/GeneralBots/BotServer/commit/e4be1600f0c3db5caab2feccb5f60737d38e7721)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d319b7a3..b32fe22a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.91](https://github.com/GeneralBots/BotServer/compare/2.0.90...2.0.91) (2021-01-15) + + +### Bug Fixes + +* **basic.gblib:** COPY is now target recursive. ([4048e72](https://github.com/GeneralBots/BotServer/commit/4048e724d152f08815b8d2ff2eedb28293cd3dd2)) +* **basic.gblib:** Extraction of copy command in regexp. ([e4be160](https://github.com/GeneralBots/BotServer/commit/e4be1600f0c3db5caab2feccb5f60737d38e7721)) + ## [2.0.90](https://github.com/GeneralBots/BotServer/compare/2.0.89...2.0.90) (2021-01-13) diff --git a/package.json b/package.json index c02992ab..72263485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.90", + "version": "2.0.91", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",