From b6b4835e5cab3e85246d46f426408c5eed91e091 Mon Sep 17 00:00:00 2001 From: SPGoding <15277496+SPGoding@users.noreply.github.com> Date: Sun, 29 Nov 2020 04:32:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v3.2.0?= 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/v3.2.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7b1bc..a21069f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v3.2.0](https://github.com/SPGoding/vscode-datapack-helper-plus/compare/v3.1.2...v3.2.0) (2020-11-29) + +## ✨ New Features +- [`5053396`](https://github.com/SPGoding/vscode-datapack-helper-plus/commit/5053396) Allow complex regexp with Naming Convention (#38) (Issues: [`#38`](https://github.com/SPGoding/vscode-datapack-helper-plus/issues/38)) +- [`34c4034`](https://github.com/SPGoding/vscode-datapack-helper-plus/commit/34c4034) @spgoding/datapack-language-server@3.2.0 + # [v3.1.2](https://github.com/SPGoding/vscode-datapack-helper-plus/compare/v3.1.1...v3.1.2) (2020-11-22) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 75c64d8..ce29693 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datapack-language-server", - "version": "3.1.2", + "version": "3.2.0", "main": "dist/extension.js", "author": "SPGoding", "publisher": "SPGoding",