We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c69eb4 commit 7152256Copy full SHA for 7152256
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.3.2 (2025-06-02)
4
+
5
+### 🩹 Bug Fixes
6
7
+- Fix Node.js JSON import issue
8
9
## 0.3.1 (2025-06-02)
10
11
### 🩹 Bug Fixes
jsr.json
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@un-oj/core",
- "version": "0.3.1",
+ "version": "0.3.2",
"license": "MIT",
"exports": {
".": "./src/index.ts",
package.json
"name": "un-oj",
"type": "module",
"description": "Unified Online Judge information collector.",
"author": "UnOJ Team",
0 commit comments