Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Dec 23, 2018
1 parent ab5e3e5 commit e82c5d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.5.0 - TBD
# 2.5.0 - December 24th, 2018
- Added a parser for Virtual Judge
- Fixed bugs in the ACMP, ECNU Online Judge, UVa Online Judge, ICPC Live Archive and AtCoder parsers (thanks [@m1kit](https://github.com/m1kit) for the AtCoder fix)
- Added "interactive" to the output format which specifies whether the problem is interactive or not
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "competitive-companion",
"productName": "Competitive Companion",
"version": "2.4.3",
"version": "2.5.0",
"description": "Parses programming problems and sends them to various tools like CHelper and Hightail.",
"repository": "https://github.com/jmerle/competitive-companion",
"author": "Jasper van Merle",
Expand All @@ -16,7 +16,7 @@
"test": "jest",
"test:no-headless": "cross-env HEADLESS=false jest",
"start:firefox": "web-ext run -s build/ --start-url http://codeforces.com/problemset/problem/954/G --pref devtools.browserconsole.filter.jswarn=false --pref devtools.webconsole.filter.warn=false",
"start:chrome": "node scripts/chrome-launch.js",
"start:chrome": "node scripts/chrome-launch",
"dev:firefox": "yarn build && concurrently 'yarn start:firefox' 'yarn watch' -n web-ext,webpack -c blue,yellow --kill-others",
"dev:chrome": "yarn build && concurrently 'yarn start:chrome' 'yarn watch' -n chrome,webpack -c blue,yellow --kill-others"
},
Expand Down

0 comments on commit e82c5d2

Please sign in to comment.