Skip to content

Commit fe2d49f

Browse files
authored
Merge pull request #517 from github/release/0.28.0
Release version 0.28.0
2 parents 48c1f94 + 94a49c5 commit fe2d49f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.28.0]
4+
- Support image_version event
5+
- Support 'snapshot' keyword
6+
37
## [0.26.2]
48
- Bump word-wrap from 1.2.3 to 1.2.4
59
- @muzimuzhi - Update github context properties

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/github/vscode-github-actions"
99
},
1010
"description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code",
11-
"version": "0.27.2",
11+
"version": "0.28.0",
1212
"engines": {
1313
"vscode": "^1.72.0",
1414
"node": ">= 16"
@@ -587,4 +587,4 @@
587587
"elliptic": "6.6.1"
588588
}
589589
}
590-
}
590+
}

0 commit comments

Comments
 (0)