Skip to content

Commit

Permalink
2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Apr 3, 2022
1 parent a966fc3 commit 30d0b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [2.33.0](https://github.com/jmerle/competitive-companion/releases/tag/2.33.0) (2022-04-03)
- Added a parser for Newton School
- Removed the DevSkill parsers because DevSkill is no longer an online judge
- Fixed the parsing of CodeChef sample cases for problems where the input/output headers are not prefixed with "Example" or "Sample"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "competitive-companion",
"productName": "Competitive Companion",
"version": "2.32.0",
"version": "2.33.0",
"description": "Parses competitive programming problems and sends them to various tools like CHelper and Hightail.",
"repository": "https://github.com/jmerle/competitive-companion",
"author": "Jasper van Merle",
Expand Down

0 comments on commit 30d0b08

Please sign in to comment.