From 1e2c81fc20247ba745d518e4c33ae1af9275f054 Mon Sep 17 00:00:00 2001 From: Ashley Williamson Date: Sat, 1 Apr 2023 13:25:44 +0100 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffef0d3..13e0f64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 2740eed..03cf322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ic10-language-support", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ic10-language-support", - "version": "0.3.0", + "version": "0.4.0", "dependencies": { "vscode-languageclient": "^8.0.1" }, diff --git a/package.json b/package.json index e1e3373..7641f93 100644 --- a/package.json +++ b/package.json @@ -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" },