diff --git a/CHANGELOG.md b/CHANGELOG.md index debe290..2340010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.28.0] +- Support image_version event +- Support 'snapshot' keyword + ## [0.26.2] - Bump word-wrap from 1.2.3 to 1.2.4 - @muzimuzhi - Update github context properties diff --git a/package-lock.json b/package-lock.json index dd0b5c1..cdcac74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/vscode-github-actions", - "version": "0.27.2", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/vscode-github-actions", - "version": "0.27.2", + "version": "0.28.0", "license": "MIT", "dependencies": { "@actions/languageserver": "^0.3.19", diff --git a/package.json b/package.json index 49fded5..0e34a35 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.27.2", + "version": "0.28.0", "engines": { "vscode": "^1.72.0", "node": ">= 16" @@ -587,4 +587,4 @@ "elliptic": "6.6.1" } } -} \ No newline at end of file +}