From 4b783526d9427ec277912d35bfa0e96bbd213a6b Mon Sep 17 00:00:00 2001 From: Hennerz Date: Tue, 29 Mar 2022 20:44:16 +0100 Subject: [PATCH] chore: bump to v1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 609b4f7..ed2e39f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bin": { "cdkw": "lib/cli.js" }, - "version": "0.0.25-cdkv2.3", + "version": "1.0.0-cdkv2.3", "scripts": { "type-check": "tsc -p tsconfig.json --noEmit", "build": "tsup src/index.ts src/cli.ts src/index.ts src/websocketHandlers/index.ts src/lambda-extension/cdk-watch-lambda-wrapper/index.ts --no-splitting -d lib --clean --dts=src/index.ts",