Skip to content

Commit

Permalink
chore: release master (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 26, 2022
1 parent 3d31997 commit 91c1f5d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"editor-extensions/vscode":"0.18.0"}
{"editor-extensions/vscode":"0.18.1"}
7 changes: 7 additions & 0 deletions editor-extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to the `vscode-grain` extension will be documented in this file.

### [0.18.1](https://www.github.com/grain-lang/grain-language-server/compare/vscode-grain-v0.18.0...vscode-grain-v0.18.1) (2022-07-26)


### Bug Fixes

* Correctly highlight block comments ([#135](https://www.github.com/grain-lang/grain-language-server/issues/135)) ([3d31997](https://www.github.com/grain-lang/grain-language-server/commit/3d319971cacb12224996e5aa617656287c88679a))

## [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)


Expand Down
4 changes: 2 additions & 2 deletions editor-extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editor-extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-grain",
"displayName": "Grain",
"description": "Grain support for Visual Studio Code.",
"version": "0.18.0",
"version": "0.18.1",
"publisher": "grain-lang",
"keywords": [
"grain",
Expand Down

0 comments on commit 91c1f5d

Please sign in to comment.