Skip to content

Commit

Permalink
- исправлена ошибка замены ожидаемого события фактически в интеграцио…
Browse files Browse the repository at this point in the history
…нных тестах (special thanks @bobyboba18, @GeorgeFloyd_Official).
  • Loading branch information
DmitryOffsec committed Aug 21, 2024
1 parent e997f42 commit 4421170
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "server",
"description": "Language server",
"version": "3.19.0",
"version": "3.18.1",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 4421170

Please sign in to comment.