From 42f4dac4a64dc31453ebd58a60bf5a7655309154 Mon Sep 17 00:00:00 2001 From: Jeff Wainwright Date: Fri, 3 Jan 2025 02:02:34 -0800 Subject: [PATCH] chore: release v8.0.0-1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b7e2be..48ff95c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es-check", - "version": "8.0.0-0", + "version": "8.0.0-1", "description": "Checks the ECMAScript version of .js glob against a specified version of ECMAScript with a shell command", "main": "index.js", "license": "MIT",