diff --git a/CHANGELOG.md b/CHANGELOG.md index 5161e215..3d1b196b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.9](https://github.com/GeneralBots/BotServer/compare/2.3.8...2.3.9) (2023-01-29) + + +### Bug Fixes + +* **basic.gblib:** [#326](https://github.com/GeneralBots/BotServer/issues/326) align JS and BASIC map file. ([b572cc9](https://github.com/GeneralBots/BotServer/commit/b572cc9b8db624f4d686a9cb934cb5bbd8e41cc1)) + ## [2.3.8](https://github.com/GeneralBots/BotServer/compare/2.3.7...2.3.8) (2023-01-26) diff --git a/package.json b/package.json index 37f7db22..734cbaa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.3.8", + "version": "2.3.9", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",