From c20153a1671b2342966ea8c996c157013ca73373 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 3 Jan 2021 22:18:09 +0000 Subject: [PATCH] chore(release): 2.0.82 [skip ci] ## [2.0.82](https://github.com/pragmatismo-io/BotServer/compare/2.0.81...2.0.82) (2021-01-03) ### Bug Fixes * **basic.gblib:** New names for basic functions on hidden code header. ([dba22d5](https://github.com/pragmatismo-io/BotServer/commit/dba22d518d344539d42e4fededbc7d7fbe26f29a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53daaaa4..7bd59a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.82](https://github.com/pragmatismo-io/BotServer/compare/2.0.81...2.0.82) (2021-01-03) + + +### Bug Fixes + +* **basic.gblib:** New names for basic functions on hidden code header. ([dba22d5](https://github.com/pragmatismo-io/BotServer/commit/dba22d518d344539d42e4fededbc7d7fbe26f29a)) + ## [2.0.81](https://github.com/pragmatismo-io/BotServer/compare/2.0.80...2.0.81) (2021-01-03) diff --git a/package.json b/package.json index fc420790..4be6e627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.81", + "version": "2.0.82", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",