diff --git a/CHANGELOG.md b/CHANGELOG.md index 288bcb1..303db34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v3.1.1](https://github.com/SPGoding/vscode-datapack-helper-plus/compare/v3.1.0...v3.1.1) (2020-11-12) + +## 🐛 Bug Fixes +- [`141d756`](https://github.com/SPGoding/vscode-datapack-helper-plus/commit/141d756) @spgoding/datapack-language-server@3.1.1 + # [v3.1.0](https://github.com/SPGoding/vscode-datapack-helper-plus/compare/v3.0.11...v3.1.0) (2020-11-12) ## ✨ New Features diff --git a/package.json b/package.json index 194b571..192c09a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datapack-language-server", - "version": "3.1.0", + "version": "3.1.1", "main": "dist/extension.js", "author": "SPGoding", "publisher": "SPGoding",