From e9a578cde64d588c5fa4e106f1ef0bcc4669ac11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com>
Date: Thu, 8 Jul 2021 18:04:32 +0800
Subject: [PATCH] 2.2.1

---
 changelog.md      | 4 ++++
 package.json      | 2 +-
 package/build.lua | 2 +-
 server            | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/changelog.md b/changelog.md
index 85b126b..696295c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # changelog
 
+## 2.2.1
+`2021-7-8`
+* `FIX` change setting may failed
+
 ## 2.2.0
 `2021-7-8`
 * `NEW` detect and apply third-party libraries, including:
diff --git a/package.json b/package.json
index b6e7e5a..95fc637 100644
--- a/package.json
+++ b/package.json
@@ -1411,5 +1411,5 @@
         "type": "git",
         "url": "https://github.com/sumneko/lua-language-server"
     },
-    "version": "2.2.0"
+    "version": "2.2.1"
 }
diff --git a/package/build.lua b/package/build.lua
index 60c4d65..c62b18a 100644
--- a/package/build.lua
+++ b/package/build.lua
@@ -1,6 +1,6 @@
 local json = require 'json-beautify'
 
-local VERSION = "2.2.0"
+local VERSION = "2.2.1"
 
 local package = require 'package.package'
 local fsu     = require 'fs-utility'
diff --git a/server b/server
index a02199f..b596e9d 160000
--- a/server
+++ b/server
@@ -1 +1 @@
-Subproject commit a02199fa6845a330a3d6fd3a324c168befeede33
+Subproject commit b596e9d2a5091f9554182e14ede258b6330e7fc1
-- 
GitLab