From cafd736146fe8f760a9f54b2f22e55639fff2806 Mon Sep 17 00:00:00 2001 From: SPGoding Date: Thu, 2 Jul 2020 22:09:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v2.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] https://github.com/SPGoding/vscode-datapack-helper-plus/releases/tag/v2.1.8 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f2d1f..1cf0e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v2.1.8](https://github.com/SPGoding/vscode-datapack-helper-plus/compare/v2.1.7...v2.1.8) (2020-07-02) + +## 🐛 Bug Fixes +- [`5350313`](https://github.com/SPGoding/vscode-datapack-helper-plus/commit/5350313) Update @spgoding/datapack-language-server to 2.1.8 + # [v2.1.7](https://github.com/SPGoding/vscode-datapack-helper-plus/compare/v2.1.6...v2.1.7) (2020-06-29) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index b7f583b..dcd8331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datapack-language-server", - "version": "2.1.7", + "version": "2.1.8", "main": "dist/extension.js", "author": "SPGoding", "publisher": "SPGoding",