From 0e37108d33dee61b219508705a2fd7d70db67938 Mon Sep 17 00:00:00 2001 From: Luc Georges Date: Thu, 12 Oct 2023 10:58:55 +0200 Subject: [PATCH] feat: bump llm-ls to `0.3.0` (#89) * feat: bump llm-ls to `0.3.0` * feat: `0.1.5` --- .github/workflows/release.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01011ce6..785aac47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: env: FETCH_DEPTH: 0 # pull in the tags for the version string - LLM_LS_VERSION: 0.2.2 + LLM_LS_VERSION: 0.3.0 jobs: package: diff --git a/package-lock.json b/package-lock.json index d8a0afa3..12c2fe85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "huggingface-vscode", - "version": "0.1.3", + "version": "0.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "huggingface-vscode", - "version": "0.1.3", + "version": "0.1.5", "license": "Apache-2.0", "dependencies": { "undici": "^5.25.2", diff --git a/package.json b/package.json index c1d05f6d..c7f9aafd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "huggingface-vscode", "displayName": "llm-vscode", "description": "LLM powered development for VS Code", - "version": "0.1.4", + "version": "0.1.5", "publisher": "HuggingFace", "icon": "small_logo.png", "engines": {