From 4b29c5af2249e2ab8dc89a8e17a427aa40901db5 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Wed, 31 Jul 2024 22:44:26 -0500 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f79982..3be6cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cto.af/linebreak", - "version": "2.0.0", + "version": "2.0.1", "description": "Unicode line-breaking algorithm from UAX #14", "main": "lib/index.js", "type": "module",