Skip to content

Commit 405e05c

Browse files
chore: release master (#133)
1 parent 11a61af commit 405e05c

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.17.2"}
1+
{"editor-extensions/vscode":"0.18.0"}

editor-extensions/vscode/CHANGELOG.md

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

4+
## [0.18.0](https://www.github.com/grain-lang/grain-language-server/compare/vscode-grain-v0.17.2...vscode-grain-v0.18.0) (2022-07-26)
5+
6+
7+
### Features
8+
9+
* Graindoc highlighting ([#132](https://www.github.com/grain-lang/grain-language-server/issues/132)) ([11a61af](https://www.github.com/grain-lang/grain-language-server/commit/11a61affa9b51c159b287813fa0beb0cca5b36ee))
10+
11+
12+
### Bug Fixes
13+
14+
* Correctly highlight function type annotations in type vectors ([#131](https://www.github.com/grain-lang/grain-language-server/issues/131)) ([5b025e9](https://www.github.com/grain-lang/grain-language-server/commit/5b025e95351df8f824142abfa256f3c8325caed6))
15+
416
### [0.17.2](https://www.github.com/grain-lang/grain-language-server/compare/vscode-grain-v0.17.1...vscode-grain-v0.17.2) (2022-07-15)
517

618

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.17.2",
5+
"version": "0.18.0",
66
"publisher": "grain-lang",
77
"keywords": [
88
"grain",

0 commit comments

Comments
 (0)