From 829532194b819ff69e6747807bf56fe62a36ff85 Mon Sep 17 00:00:00 2001 From: Sanjaya Kumar Saxena Date: Mon, 6 May 2024 21:08:03 +0530 Subject: [PATCH] docs(CHANGELOG): add release details --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56bfa14..1b52fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +# [Added missing typescript definitions](https://github.com/winkjs/wink-nlp/releases/tag/2.2.1) +## Version 2.2.1 May 06, 2024 + +### 🐛 Fixes +- Added missing typescript definitions for word embeddings besides few other typescript fixes. ✅ + # [Added non-breaking space handling capabilities](https://github.com/winkjs/wink-nlp/releases/tag/2.2.0) ## Version 2.2.0 April 03, 2024 + ### ✨ Features - Detokenization restores both regular and non-breaking spaces to their original positions. 🤓