From 03cd677944d6a163d64c0e4c8f4afa2f13d69572 Mon Sep 17 00:00:00 2001 From: PierreDemailly Date: Tue, 1 Aug 2023 16:36:18 +0200 Subject: [PATCH] Release 2.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62a6aec..da2fd10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@topcli/spinner", - "version": "2.1.1", + "version": "2.1.2", "description": "Asynchronous CLI Spinner. Allow to create and manage simultaneous/multiple spinners at a time.", "main": "./dist/index.js", "module": "./dist/index.mjs",