Skip to content

Commit 3fdc679

Browse files
chore(master): release 3.1.0 (#273)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8ea97c0 commit 3fdc679

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.5"
2+
".": "3.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
See the full list of recent releases and features added on the
44
[Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases).
55

6+
## [3.1.0](https://github.com/slackhq/vscode-hack/compare/v3.0.5...v3.1.0) (2026-06-17)
7+
8+
9+
### Features
10+
11+
* add `delay` keyword to syntax highlighting ([#272](https://github.com/slackhq/vscode-hack/issues/272)) ([f92d6a4](https://github.com/slackhq/vscode-hack/commit/f92d6a49ce03a4ed16d342e6bd9e8be65af0b623))
12+
13+
14+
### Bug Fixes
15+
16+
* ignore `hh_client` output during extension init ([#274](https://github.com/slackhq/vscode-hack/issues/274)) ([8ea97c0](https://github.com/slackhq/vscode-hack/commit/8ea97c0edf5e7d4f0eec04e6deca97015e438cfd))
17+
618
## [3.0.5](https://github.com/slackhq/vscode-hack/compare/v3.0.4...v3.0.5) (2026-04-14)
719

820

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-hack",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"publisher": "pranayagarwal",
55
"engines": {
66
"vscode": "^1.108.0"

0 commit comments

Comments
 (0)