From 5b3c659bd5e430922fb49e33f739ea71b3b59888 Mon Sep 17 00:00:00 2001 From: Zane Rockenbaugh Date: Mon, 1 Apr 2024 10:46:49 -0500 Subject: [PATCH] 1.0.0-alpha.10 --- 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 3645d84..dd8601a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wrap-text-plus", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wrap-text-plus", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "license": "UNLICENSED", "dependencies": { "command-line-args": "^5.2.1", diff --git a/package.json b/package.json index 9c55539..1a16ceb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrap-text-plus", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Library and CLI to wrap text for any width with handling for invisible formatting, smart list indentation, and more.", "main": "dist/wrap-text.js", "scripts": {