Skip to content

Commit

Permalink
2.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed May 15, 2024
1 parent 1a791c6 commit 0fca5ab
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 104 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.52.1](https://github.com/jmerle/competitive-companion/releases/tag/2.52.1) (2024-05-16)
- Fixed the parsing of TLX problems (thanks [@adrieljss](https://github.com/adrieljss))
- Fixed the parsing of CodeChef problems

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The information provided below is meant for Mozilla volunteers.

Software versions used:
Node.js: 20.12.2
PNPM: 9.0.6
PNPM: 9.1.1

Third-party libraries that can be found in the minified extension:
- [nanobar 0.4.2](https://github.com/jacoborus/nanobar/blob/v0.4.2/nanobar.js)
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.52.0",
"version": "2.52.1",
"description": "Parses competitive programming problems and sends them to various tools like CP Editor and CPH.",
"repository": "https://github.com/jmerle/competitive-companion",
"author": "Jasper van Merle",
Expand Down Expand Up @@ -50,7 +50,7 @@
"chrome-launcher": "^1.1.1",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.21.2",
"esbuild": "^0.21.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
Expand Down
Loading

0 comments on commit 0fca5ab

Please sign in to comment.