From 6631b9e996ce362bb8e156e8613d57858b19fe3b Mon Sep 17 00:00:00 2001 From: Ashley Williamson Date: Tue, 28 Mar 2023 21:02:53 +0100 Subject: [PATCH] chore(release): 0.0.7 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39781ec..b443441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.7](https://github.com/awilliamson/ic10-language-support/compare/v0.0.6...v0.0.7) (2023-03-28) + ### [0.0.6](https://github.com/awilliamson/ic10-language-support/compare/v0.0.5...v0.0.6) (2023-03-28) ### 0.0.5 (2023-03-28) diff --git a/package-lock.json b/package-lock.json index a37d4fe..2b7fa65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ic10-language-support", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ic10-language-support", - "version": "0.0.6", + "version": "0.0.7", "dependencies": { "vscode-languageclient": "^8.0.1" }, diff --git a/package.json b/package.json index 88a017e..b8f3520 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.0.6", + "version": "0.0.7", "engines": { "vscode": "^1.74.0" },