Skip to content

Commit

Permalink
2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Apr 17, 2020
1 parent f1b9d54 commit 04c876d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.15.1 - TBD
# 2.15.1 - April 17th, 2020
- Fixed the Codeforces parser

# 2.15.0 - April 10th, 2020
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.15.0",
"version": "2.15.1",
"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 Down Expand Up @@ -56,7 +56,7 @@
"prettier-check": "^2.0.0",
"puppeteer": "^3.0.0",
"string-replace-loader": "^2.3.0",
"ts-jest": "^25.3.1",
"ts-jest": "^25.4.0",
"ts-loader": "^7.0.0",
"ts-node": "^8.8.2",
"tslint": "^6.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9633,10 +9633,10 @@ trim-right@^1.0.1:
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=

ts-jest@^25.3.1:
version "25.3.1"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.3.1.tgz#58e2ed3506e4e4487c0b9b532846a5cade9656ba"
integrity sha512-O53FtKguoMUByalAJW+NWEv7c4tus5ckmhfa7/V0jBb2z8v5rDSLFC1Ate7wLknYPC1euuhY6eJjQq4FtOZrkg==
ts-jest@^25.4.0:
version "25.4.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.4.0.tgz#5ad504299f8541d463a52e93e5e9d76876be0ba4"
integrity sha512-+0ZrksdaquxGUBwSdTIcdX7VXdwLIlSRsyjivVA9gcO+Cvr6ByqDhu/mi5+HCcb6cMkiQp5xZ8qRO7/eCqLeyw==
dependencies:
bs-logger "0.x"
buffer-from "1.x"
Expand Down

0 comments on commit 04c876d

Please sign in to comment.