Skip to content

Commit

Permalink
The version has been updated to 3.20.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
aw350m33d committed Jan 27, 2025
1 parent 7b18b12 commit 33494fb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.20.2 (Release)

- The unit test editor has been rewritten in React and now contains tabs like in integration tests
- Added fields when wrapping in an envelope (special thanks @zatrahali)
- Added the ability to connect a custom language server
- Fixed bugs in the meta information view
- Fixed a collision when unpacking a kb file (special thanks @qwazzz0)
- Updated the pipeline for building and publishing the extension (special thanks @KleinQuartic)

## 3.20.1 (Release)

- Rewrote Metainfo editor in React
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 3.20.2 (Release)

- Редактор модульных тестов переписан на React и теперь содержит вклдки как в интеграционных тестах
- Добавлены поля при оборачивании в конверт (special thanks @zatraahali)

## 3.20.1 (Release)

- Редактор Metainfo переписан на React
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.20.1",
"version": "3.20.2",
"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.20.1",
"version": "3.20.2",
"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.20.1",
"version": "3.20.2",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 33494fb

Please sign in to comment.