diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ec31d6..e38e7c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.144](https://github.com/GeneralBots/BotServer/compare/2.0.143...2.0.144) (2021-08-30) + + +### Bug Fixes + +* **basic.gblib:** Now BASIC only runs after auth. ([dfb869e](https://github.com/GeneralBots/BotServer/commit/dfb869e7967c304ecf9cb042e5ff3ddc9cc99603)) + ## [2.0.143](https://github.com/GeneralBots/BotServer/compare/2.0.142...2.0.143) (2021-08-30) diff --git a/package.json b/package.json index eae1425f..b6c94672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.143", + "version": "2.0.144", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",