From 20bb1d777f137991ef447d8228b611125d202e58 Mon Sep 17 00:00:00 2001 From: Sanjaya Kumar Saxena Date: Wed, 8 May 2024 21:06:19 +0530 Subject: [PATCH] docs(CHANGELOG): add release details --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b52fd1..e269748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [Improved error handling in contextual vectors](https://github.com/winkjs/wink-nlp/releases/tag/2.2.2) +## Version 2.2.2 May 08, 2024 + +### ✨ Features +- `.contextualVectors()` now throws error if (a) word vectors are not loaded and (b) with `lemma: true`, "pos" is missing in the NLP pipe. 🤓 + +### 🐛 Fixes +- Refined typescript definitions further. ✅ + + # [Added missing typescript definitions](https://github.com/winkjs/wink-nlp/releases/tag/2.2.1) ## Version 2.2.1 May 06, 2024