From 090dd67b39fb0ec8e756e10c66da617b796a663e Mon Sep 17 00:00:00 2001 From: Sanjaya Kumar Saxena Date: Fri, 21 Aug 2020 16:32:02 +0530 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a8e7c..808afd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [Announcing the stable version 1.0.0](https://github.com/winkjs/wink-nlp/releases/tag/1.0.0) +## Version 1.0.0 August 21, 2020 + +### ⚙️ Updates +- Happy to release version 1.0.0 for you! 💫👏 +- You can optionally include custom entity detection while running speed benchmark. 😇 + # [Operational update](https://github.com/winkjs/wink-nlp/releases/tag/0.4.0) ## Version 0.4.0 August 9, 2020 diff --git a/package.json b/package.json index b6e3f91..50899e3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "POS Tagging", "NER", "named entity extraction", - "custome entity detection", + "custom entity detection", "word vectors", "visualization", "pattern matching",