From 80f6a65a109f90cd2343d02337fa74901cfeb13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Afonso?= Date: Mon, 29 Jun 2020 21:37:33 -0700 Subject: [PATCH] Version 2.2.1 * Fix UTF-8 prober full len calculation, ignores basic ASCII characters --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f994b47..798b83b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jschardet", - "version": "2.2.0", + "version": "2.2.1", "description": "Character encoding auto-detection in JavaScript (port of python's chardet)", "author": "António Afonso", "license": "LGPL-2.1+",