From f8679695073068dc83a979a9adb1ad6b839edbe2 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Wed, 7 Jun 2023 19:05:50 -0700 Subject: [PATCH] 1.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2b4313..969a5f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cto.af/linewrap", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cto.af/linewrap", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@cto.af/linebreak": "1.1.0" diff --git a/package.json b/package.json index 2c1d084..e9c3f59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cto.af/linewrap", - "version": "1.0.0", + "version": "1.0.1", "description": "Wrap lines using the Unicode Line Breaking algorithm from UAX #14", "main": "lib/index.js", "type": "module",