diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59fa38c..b4743b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stk
---
+### 1.16.3
+
+- Markdown: Fix front-matter marker rules (#321)
+- Preparation for supporting VS Code for the Web
+
+
### 1.16.2
- Support .rmd files as markdown (#245)
diff --git a/README.md b/README.md
index 1597974..8f301a9 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ For Open VSX and
Visual Studio.
-Latest stable version 1.16.2 / pre-release 17.x /
+Latest stable version 1.16.3 / pre-release 17.x /
changelog
diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest
index e4f242f..8ce0315 100644
--- a/vs/source.extension.vsixmanifest
+++ b/vs/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
-
+
Rewrap
Re-wraps comments and other text
https://github.com/stkb/Rewrap
diff --git a/vscode/package-lock.json b/vscode/package-lock.json
index 7da430c..6f5b219 100644
--- a/vscode/package-lock.json
+++ b/vscode/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "rewrap",
- "version": "1.16.2",
+ "version": "1.16.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rewrap",
- "version": "1.16.2",
+ "version": "1.16.3",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"fast-diff": "^1.2.0",
diff --git a/vscode/package.json b/vscode/package.json
index c510a82..53389b6 100644
--- a/vscode/package.json
+++ b/vscode/package.json
@@ -12,7 +12,7 @@
"paragraph",
"multi-root ready"
],
- "version": "1.16.2",
+ "version": "1.16.3",
"publisher": "stkb",
"icon": "logo.png",
"repository": {