Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awilliamson committed Apr 1, 2023
1 parent 3572864 commit 1e2c81f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/awilliamson/ic10-language-support/compare/v0.3.0...v0.4.0) (2023-04-01)


### Features

* **extension.ts:** add ic10.lsp.restart and ic10.lsp.version commands to the extension ([3572864](https://github.com/awilliamson/ic10-language-support/commit/357286448163d5c628a7708fa0b36169237eec32))
* **package.json:** add configuration options for ic10 language server, including max_lines, max_columns, and warnings for overline and overcolumn comments. ([72a48b2](https://github.com/awilliamson/ic10-language-support/commit/72a48b20657a15c77ec8d0439e85e964f4225857))

## [0.3.0](https://github.com/awilliamson/ic10-language-support/compare/v0.2.0...v0.3.0) (2023-03-30)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"displayName": "IC10 Language Support",
"description": "IC10 MIPS-like Language Support for Stationeers - Featuring completions, hover information, signature help, goto definition, diagnostics, and more.",
"publisher": "AshleyWilliamson",
"version": "0.3.0",
"version": "0.4.0",
"engines": {
"vscode": "^1.74.0"
},
Expand Down

0 comments on commit 1e2c81f

Please sign in to comment.