Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawal-d committed Aug 13, 2020
1 parent 65a1560 commit 5ed5c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.2.0

- Shows error if unable to spawn compiler/interpreter.
- Ability to delete a testcase file permanently.

## 4.1.0

- Improved large testcase editing performance by defering saves.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"icon": "icon.png",
"publisher": "DivyanshuAgrawal",
"version": "4.1.0",
"version": "4.2.0",
"engines": {
"vscode": "^1.45.0"
},
Expand Down Expand Up @@ -132,4 +132,4 @@
"type": "git",
"url": "https://github.com/agrawal-d/competitive-programming-helper/"
}
}
}

0 comments on commit 5ed5c59

Please sign in to comment.