From 5cf0d5aff40e8c2e496abd8153925f9afe5f20b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 21 Mar 2023 21:29:22 +0000 Subject: [PATCH] Release extension version 0.9.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index da3ac0c1..3601be75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-github-actions", - "version": "0.25.0", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-github-actions", - "version": "0.25.0", + "version": "0.9.0", "license": "MIT", "dependencies": { "@github/actions-languageserver": "*", diff --git a/package.json b/package.json index 0a272e40..07df38dd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/github/vscode-github-actions" }, "description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code", - "version": "0.25.0", + "version": "0.9.0", "engines": { "vscode": "^1.72.0", "node": ">= 16" @@ -555,4 +555,4 @@ "uuid": "^3.3.3", "vscode-languageclient": "^8.0.2" } -} \ No newline at end of file +}