diff --git a/CHANGELOG.en.md b/CHANGELOG.en.md index b0969e3f..6ecf425f 100644 --- a/CHANGELOG.en.md +++ b/CHANGELOG.en.md @@ -4,6 +4,10 @@ - fixed the error of replacing the expected event actually in integration tests (special thanks @Bobyboba18, @GeorgeFloyd_Official). +## 3.18.1 (Release - August 21, 2024) + +- fixed the error of replacing the expected event actually in integration tests (special thanks @Bobyboba18, @GeorgeFloyd_Official). + ## 3.18.0 (Release - July 31, 2024) - added basic support for aggregation rules: creation from a template, testing, filling in meta information, validation through tests, description and localization (special thanks @Protenil, @hiddenbymeeee); diff --git a/CHANGELOG.md b/CHANGELOG.md index 01be0045..bf1f33a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - исправлена ошибка замены ожидаемого события фактически в интеграционных тестах (special thanks @Bobyboba18, @GeorgeFloyd_Official). +## 3.18.1 (Release - August 21, 2024) + +- исправлена ошибка замены ожидаемого события фактически в интеграционных тестах (special thanks @Bobyboba18, @GeorgeFloyd_Official). + ## 3.18.0 (Release - July 31, 2024) - добавлена базовая поддержка правил агрегации: создание из шаблона, тестирование, заполнение метаинформации, валидация через тесты, описание и локализация (special thanks @Protenil, @hiddenbymeeee); diff --git a/client/package.json b/client/package.json index 2fcb7a26..24d00df7 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "description": "Language client", "author": "Dmitry Fedosov (@DmitryOffsec)", "license": "MIT", - "version": "3.19.0", + "version": "3.18.1", "repository": { "type": "git", "url": "https://github.com/Security-Experts-Community/vscode-xp" diff --git a/package.json b/package.json index 9bf376d9..aeea2a79 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Dmitry Fedosov (@DmitryOffsec)", "icon": "resources/xp.png", "license": "MIT", - "version": "3.19.0", + "version": "3.18.1", "repository": { "type": "git", "url": "https://github.com/Security-Experts-Community/vscode-xp" diff --git a/server/package.json b/server/package.json index c9209a03..2aa39ae1 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "server", "description": "Language server", - "version": "3.19.0", + "version": "3.18.1", "author": "Dmitry Fedosov (@DmitryOffsec)", "license": "MIT", "engines": {