From a285373adebe5e01f325d5a2e9df2686a09bc0d7 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 14 Sep 2021 01:10:43 +0700 Subject: [PATCH] 5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21362a2..ff029fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "has-ansi", - "version": "5.0.0", + "version": "5.0.1", "description": "Check if a string has ANSI escape codes", "license": "MIT", "repository": "chalk/has-ansi",