Skip to content

Commit c4f05d2

Browse files
committed
2.50.1
1 parent 35a1bda commit c4f05d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
## Unreleased
4-
- Added support for the maang.in version of AlgoZenith (thanks [@GandharvJain](https://github.com/GandharvJain))
3+
## [2.50.1](https://github.com/jmerle/competitive-companion/releases/tag/2.50.1) (2024-02-19)
4+
- Fixed the parsing of AlgoZenith problems on its maang.in website (thanks [@GandharvJain](https://github.com/GandharvJain))
55
- Fixed the parsing of beecrowd problems and contests
66
- Fixed the parsing of USACO Training problems
77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ To run the tests, use `pnpm test`, or `pnpm test:no-headless` to run tests with
247247
The information provided below is meant for Mozilla volunteers.
248248

249249
Software versions used:
250-
Node.js: 20.10.0
251-
PNPM: 8.13.1
250+
Node.js: 20.11.0
251+
PNPM: 8.15.3
252252

253253
Third-party libraries that can be found in the minified extension:
254254
- [nanobar 0.4.2](https://github.com/jacoborus/nanobar/blob/v0.4.2/nanobar.js)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "competitive-companion",
33
"productName": "Competitive Companion",
4-
"version": "2.50.0",
4+
"version": "2.50.1",
55
"description": "Parses competitive programming problems and sends them to various tools like CP Editor and CPH.",
66
"repository": "https://github.com/jmerle/competitive-companion",
77
"author": "Jasper van Merle",

0 commit comments

Comments
 (0)