Skip to content

Commit

Permalink
chore: release master (#94)
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 Oct 12, 2021
1 parent 5ee5aca commit 2b0612e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"editor-extensions/vscode": "0.13.1"
}
{"editor-extensions/vscode":"0.14.0"}
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.14.0](https://www.github.com/grain-lang/grain-language-server/compare/vscode-grain-v0.13.1...vscode-grain-v0.14.0) (2021-10-12)


### Features

* Check for the existence of a build script and use that if it exists ([#91](https://www.github.com/grain-lang/grain-language-server/issues/91)) ([c603a60](https://www.github.com/grain-lang/grain-language-server/commit/c603a6038ae11653d3076cf8accb0f6e42d8473c))

### [0.13.1](https://www.github.com/grain-lang/grain-language-server/compare/vscode-grain-v0.13.0...vscode-grain-v0.13.1) (2021-09-07)


Expand Down
2 changes: 1 addition & 1 deletion 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.13.1",
"version": "0.14.0",
"publisher": "grain-lang",
"keywords": [
"grain",
Expand Down

0 comments on commit 2b0612e

Please sign in to comment.