Skip to content

Commit 969011d

Browse files
chore(master): release 3.0.5 (#216)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1573170 commit 969011d

4 files changed

Lines changed: 18 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.4"
2+
".": "3.0.5"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0.5](https://github.com/slackhq/vscode-hack/compare/v3.0.4...v3.0.5) (2026-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* highlight `upcast` as a keyword in grammar ([#228](https://github.com/slackhq/vscode-hack/issues/228)) ([e443ed6](https://github.com/slackhq/vscode-hack/commit/e443ed66ad5f286158373db1172e57b8c88a6e2e))
12+
* highlight `where` as a keyword and add grammar snapshot tests ([#217](https://github.com/slackhq/vscode-hack/issues/217)) ([c8db747](https://github.com/slackhq/vscode-hack/commit/c8db747f135f2efaa929dfc5023181454da7dfe8)), closes [#139](https://github.com/slackhq/vscode-hack/issues/139)
13+
* highlight indented heredoc strings correctly ([#221](https://github.com/slackhq/vscode-hack/issues/221)) ([2076eaf](https://github.com/slackhq/vscode-hack/commit/2076eaf73b8540401e29714d84c51ad5e053a61a))
14+
* highlight parameters after inline shape default values ([#220](https://github.com/slackhq/vscode-hack/issues/220)) ([fa4ef0f](https://github.com/slackhq/vscode-hack/commit/fa4ef0ffb9df633274cfdcea2354538428a28456))
15+
* highlight type parameters in constant declarations ([#218](https://github.com/slackhq/vscode-hack/issues/218)) ([40114cd](https://github.com/slackhq/vscode-hack/commit/40114cde510e1748ed60f5453747e72e460eaf89))
16+
* log hh_client start errors ([#214](https://github.com/slackhq/vscode-hack/issues/214)) ([bddaaad](https://github.com/slackhq/vscode-hack/commit/bddaaad5231d22b7d4db57dcc5369ace244cd65c))
17+
* nest paths filter under push and pull_request triggers ([#229](https://github.com/slackhq/vscode-hack/issues/229)) ([4bd4c3f](https://github.com/slackhq/vscode-hack/commit/4bd4c3fe268391c8de1e87174833bec3f00a1242))
18+
* relax minimum supported VSCode version ([#236](https://github.com/slackhq/vscode-hack/issues/236)) ([1573170](https://github.com/slackhq/vscode-hack/commit/15731708306fe196db0ae4c2880340ce1f45ab07))
19+
620
## [3.0.4](https://github.com/slackhq/vscode-hack/compare/v3.0.3...v3.0.4) (2026-03-30)
721

822

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.4",
3+
"version": "3.0.5",
44
"publisher": "pranayagarwal",
55
"engines": {
66
"vscode": "^1.108.0"

0 commit comments

Comments
 (0)