From 55c50ee668e7beef825006a5bf8aeaec69cd6075 Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Wed, 3 Jul 2024 13:20:35 -0700 Subject: [PATCH] chore: bump version (#69) --- 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 10c4e91..df540f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vscode/prompt-tsx", - "version": "0.2.4-alpha", + "version": "0.2.5-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vscode/prompt-tsx", - "version": "0.2.4-alpha", + "version": "0.2.5-alpha", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@microsoft/tiktokenizer": "^1.0.6", diff --git a/package.json b/package.json index e95a58a..c5703bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vscode/prompt-tsx", - "version": "0.2.4-alpha", + "version": "0.2.5-alpha", "description": "Declare LLM prompts with TSX", "main": "./dist/base/index.js", "types": "./dist/base/index.d.ts",