From 16eff3b235a8ac86b0eba086a46c45357715f4ee Mon Sep 17 00:00:00 2001 From: Chapman Pendery Date: Tue, 31 Oct 2023 13:19:12 -0700 Subject: [PATCH] build: bump version to 0.0.1-rc.1 Signed-off-by: Chapman Pendery --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52c2e27..7275ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/inshellisense", - "version": "0.0.0", + "version": "0.0.1-rc.1", "description": "IDE style command line auto complete", "type": "module", "bin": { @@ -56,4 +56,4 @@ "ts-jest": "^29.1.1", "typescript": "^5.2.2" } -} \ No newline at end of file +}