From 4ee97ef8b8f73f4187d6100e178a425e53cbd59b Mon Sep 17 00:00:00 2001 From: Kevin Yang <61671317+kevin-y-ang@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:38:52 -0800 Subject: [PATCH] chore: change @rushstack/eslint-bulk version to 0.1.0 --- eslint/eslint-bulk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/eslint-bulk/package.json b/eslint/eslint-bulk/package.json index bbdb8475508..679905c2bea 100755 --- a/eslint/eslint-bulk/package.json +++ b/eslint/eslint-bulk/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-bulk", - "version": "0.0.0", + "version": "0.1.0", "description": "A set of helper CLIs to use with the rushstack ESLint toolchain", "main": "index.js", "license": "MIT",