From 50c1f397bcf3378ffc246408e4dad52311b86922 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: Mon, 26 Jul 2021 18:09:36 +0800
Subject: [PATCH] 2.3.3

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

diff --git a/changelog.md b/changelog.md
index 34ca77f..2a3fd31 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,13 @@
 # changelog
 
+## 2.3.3
+`2021-7-26`
+* `NEW` config supports prop
+* `FIX` [#612](https://github.com/sumneko/lua-language-server/issues/612)
+* `FIX` [#613](https://github.com/sumneko/lua-language-server/issues/613)
+* `FIX` [#618](https://github.com/sumneko/lua-language-server/issues/618)
+* `FIX` [#620](https://github.com/sumneko/lua-language-server/issues/620)
+
 ## 2.3.2
 `2021-7-21`
 * `NEW` `LuaDoc`: supports `['string']` as field:
diff --git a/package.json b/package.json
index 600f2a7..3763941 100644
--- a/package.json
+++ b/package.json
@@ -1419,5 +1419,5 @@
         "type": "git",
         "url": "https://github.com/sumneko/lua-language-server"
     },
-    "version": "2.3.2"
+    "version": "2.3.3"
 }
diff --git a/package/build.lua b/package/build.lua
index d70c6cd..83a81a0 100644
--- a/package/build.lua
+++ b/package/build.lua
@@ -1,6 +1,6 @@
 local json = require 'json-beautify'
 
-local VERSION = "2.3.2"
+local VERSION = "2.3.3"
 
 local package = require 'package.package'
 local fsu     = require 'fs-utility'
diff --git a/server b/server
index f3b880e..65421e8 160000
--- a/server
+++ b/server
@@ -1 +1 @@
-Subproject commit f3b880ec7c0db1b7f86650e3d393a7f25da2a99b
+Subproject commit 65421e8edefbd7d23e0ba1b41bbb50f5a221bf8c
-- 
GitLab