diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d831506..eaa98a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 3.17.16 (Pre-Release) + +- добавлен провайдер Microsoft-Windows-Bits-Client для заполнения метаинформации (special thanks @d3f0x0). + ## 3.17.15 (Pre-Release) - улучшена локализация (special thanks @feelstacy, @eugzolotukhin); diff --git a/client/package.json b/client/package.json index 4c65825d..90edad49 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "description": "Language client", "author": "Dmitry Fedosov (@DmitryOffsec)", "license": "MIT", - "version": "3.17.15", + "version": "3.17.16", "repository": { "type": "git", "url": "https://github.com/Security-Experts-Community/vscode-xp" diff --git a/package.json b/package.json index 56b5dc7e..3db6f938 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Dmitry Fedosov (@DmitryOffsec)", "icon": "resources/xp.png", "license": "MIT", - "version": "3.17.15", + "version": "3.17.16", "repository": { "type": "git", "url": "https://github.com/Security-Experts-Community/vscode-xp" diff --git a/server/package.json b/server/package.json index 1ee480d0..df9bc309 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "server", "description": "Language server", - "version": "3.17.15", + "version": "3.17.16", "author": "Dmitry Fedosov (@DmitryOffsec)", "license": "MIT", "engines": {