Skip to content

Commit f3983f9

Browse files
chore: release main (#176)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 33c3aa0 commit f3983f9

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"editor-extensions/vscode":"0.19.0"}
1+
{"editor-extensions/vscode":"0.20.0"}

editor-extensions/vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to the `vscode-grain` extension will be documented in this file.
33

4+
## [0.20.0](https://www.github.com/grain-lang/grain-language-server/compare/vscode-grain-v0.19.0...vscode-grain-v0.20.0) (2024-03-27)
5+
6+
7+
### Features
8+
9+
* Support [@throws](https://www.github.com/throws) graindoc ([#175](https://www.github.com/grain-lang/grain-language-server/issues/175)) ([33c3aa0](https://www.github.com/grain-lang/grain-language-server/commit/33c3aa06237c05788998d5b33715a792b6eed6bc))
10+
411
## [0.19.0](https://www.github.com/grain-lang/grain-language-server/compare/vscode-grain-v0.18.2...vscode-grain-v0.19.0) (2024-03-04)
512

613

editor-extensions/vscode/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.

editor-extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-grain",
33
"displayName": "Grain",
44
"description": "Grain support for Visual Studio Code.",
5-
"version": "0.19.0",
5+
"version": "0.20.0",
66
"publisher": "grain-lang",
77
"keywords": [
88
"grain",

0 commit comments

Comments
 (0)