Skip to content

Commit f73e89e

Browse files
committed
release: v0.3.1
1 parent 215e19e commit f73e89e

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.1 (2025-06-02)
4+
5+
### 🩹 Bug Fixes
6+
7+
- Fix Node.js subpath import issue
8+
39
## 0.3.0 (2025-06-02)
410

511
### ⚠️ Breaking Changes

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.0",
4+
"version": "0.3.1",
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.0",
4+
"version": "0.3.1",
55
"description": "Unified Online Judge information collector.",
66
"author": "UnOJ Team",
77
"license": "MIT",

0 commit comments

Comments
 (0)