From 2bf7df2dd7544a02c50e0125a5e64f93f5905767 Mon Sep 17 00:00:00 2001 From: yowainwright Date: Tue, 2 Nov 2021 11:13:17 -0700 Subject: [PATCH] feat: version bump b/c corporal v2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88e3e8a..2f040e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es-check", - "version": "6.0.0", + "version": "6.1.0", "description": "Checks the ECMAScript version of .js glob against a specified version of ECMAScript with a shell command", "main": "index.js", "license": "MIT",