From 3b424146df34604d039ad720105962bd5321b377 Mon Sep 17 00:00:00 2001 From: rjmacarthy Date: Thu, 29 Feb 2024 14:04:55 +0000 Subject: [PATCH 1/2] add publish to open vsx workflow step --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f60a432..94a55d16 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,6 +14,11 @@ jobs: with: node-version: 18 - run: npm ci + - name: Publish to Open VSX Registry + uses: HaaLeo/publish-vscode-extension@v1 + id: publishToOpenVSX + with: + pat: ${{ secrets.OPEN_VSX_TOKEN }} - name: Publish to Visual Studio Marketplace uses: HaaLeo/publish-vscode-extension@v1 with: From 48d8f8bdeed2ce839b1fa02b7b450d6ddf8f926e Mon Sep 17 00:00:00 2001 From: rjmacarthy Date: Thu, 29 Feb 2024 14:05:03 +0000 Subject: [PATCH 2/2] 3.7.6 --- 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 4cc64dfd..4d6d6a84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twinny", - "version": "3.7.5", + "version": "3.7.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twinny", - "version": "3.7.5", + "version": "3.7.6", "license": "MIT", "dependencies": { "@types/react": "^18.2.46", diff --git a/package.json b/package.json index 43b2ce36..f69427dc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "twinny", "displayName": "twinny - AI Code Completion and Chat", "description": "Locally hosted AI code completion plugin for vscode", - "version": "3.7.5", + "version": "3.7.6", "icon": "assets/icon.png", "keywords": [ "code-inference",