From fc0865b47595aaf6f66ee52e265aa6bd026ad803 Mon Sep 17 00:00:00 2001 From: PierreDemailly Date: Sat, 27 Jan 2024 17:36:02 +0100 Subject: [PATCH] 1.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63e095c..a6157a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@topcli/prompts", - "version": "1.8.0", + "version": "1.8.1", "description": "Node.js user input library for command-line interfaces.", "scripts": { "build": "tsup index.ts --format cjs,esm --dts --clean",