Skip to content

Commit 7152256

Browse files
committed
release: v0.3.2
1 parent 6c69eb4 commit 7152256

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.3.2 (2025-06-02)
4+
5+
### 🩹 Bug Fixes
6+
7+
- Fix Node.js JSON import issue
8+
39
## 0.3.1 (2025-06-02)
410

511
### 🩹 Bug Fixes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@un-oj/core",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"license": "MIT",
66
"exports": {
77
".": "./src/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "un-oj",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "Unified Online Judge information collector.",
66
"author": "UnOJ Team",
77
"license": "MIT",

0 commit comments

Comments
 (0)