From 1334da25a2bd3cdc0fbaa4ad65c07882ac351975 Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Thu, 17 Feb 2022 23:14:06 +0100 Subject: [PATCH] 2.32.0 --- CHANGELOG.md | 2 +- README.md | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3db7a93..2b1dc656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.32.0](https://github.com/jmerle/competitive-companion/releases/tag/2.32.0) (Unreleased) +## [2.32.0](https://github.com/jmerle/competitive-companion/releases/tag/2.32.0) (2022-02-17) - Added a contest parser for Virtual Judge - Fixed the parsing of NowCoder sample cases (thanks [@rogeryoungh](https://github.com/rogeryoungh)) - Fixed the parsing of BUCTOJ time limits diff --git a/README.md b/README.md index 38528dba..bc26791c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ A browser extension which parses competitive programming problems from various o ## Supported websites | Website | Problem parser | Contest parser | -|------------------------------| -------------- | -------------- | +|------------------------------|----------------|----------------| | A2 Online Judge | ✔ | ✔ | | ACMP | ✔ | | | AcWing | ✔ | | @@ -224,7 +224,7 @@ To run the tests, use `yarn test`, or `yarn test:no-headless` to run tests with The information provided below is meant for Mozilla volunteers. Software versions used: -Node.js: 14.17.5 +Node.js: 16.14.0 Yarn: 1.22.17 Third-party libraries that can be found in the minified extension: diff --git a/package.json b/package.json index 0e014fa7..bdc746d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "competitive-companion", "productName": "Competitive Companion", - "version": "2.31.3", + "version": "2.32.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",