From dc6487b08a585e19dfd277375581d314b6a3122e Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Tue, 17 Dec 2024 09:49:40 -0800 Subject: [PATCH] Bump version (#138) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a759f51..52eefd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vscode/prompt-tsx", - "version": "0.3.0-alpha.12", + "version": "0.3.0-alpha.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vscode/prompt-tsx", - "version": "0.3.0-alpha.12", + "version": "0.3.0-alpha.14", "license": "MIT", "devDependencies": { "@microsoft/tiktokenizer": "^1.0.6", diff --git a/package.json b/package.json index 578377a..ecd8566 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vscode/prompt-tsx", - "version": "0.3.0-alpha.13", + "version": "0.3.0-alpha.14", "description": "Declare LLM prompts with TSX", "main": "./dist/base/index.js", "types": "./dist/base/index.d.ts",