From d3fea11d0d0360193ea45e79ab28445ac7e948b1 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 26 Nov 2020 13:51:22 +0000 Subject: [PATCH] chore(release): 2.0.50 [skip ci] ## [2.0.50](https://github.com/pragmatismo-io/BotServer/compare/2.0.49...2.0.50) (2020-11-26) ### Bug Fixes * **all:** Language and Spellchecker are now modern. ([3eb8d0a](https://github.com/pragmatismo-io/BotServer/commit/3eb8d0a53f28b81556dd849690298f59b7759c8f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6bcd2a3..21f8067e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.50](https://github.com/pragmatismo-io/BotServer/compare/2.0.49...2.0.50) (2020-11-26) + + +### Bug Fixes + +* **all:** Language and Spellchecker are now modern. ([3eb8d0a](https://github.com/pragmatismo-io/BotServer/commit/3eb8d0a53f28b81556dd849690298f59b7759c8f)) + ## [2.0.49](https://github.com/pragmatismo-io/BotServer/compare/2.0.48...2.0.49) (2020-11-26) diff --git a/package.json b/package.json index c2d072fe..3ec31e08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.49", + "version": "2.0.50", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",