Skip to content

Commit df7a54b

Browse files
release 2.0.3
修改: .github/workflows/quality.yml 修改: CHANGELOG.md 修改: package.json 修改: .github/workflows/quality.yml 修改: CHANGELOG.md 修改: package.json
1 parent 4469986 commit df7a54b

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/quality.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16+
- name: Install pnpm
17+
run: |
18+
corepack enable
19+
corepack pnpm -v
20+
1621
- name: Setup Node.js
1722
uses: actions/setup-node@v4
1823
with:
1924
node-version-file: ".nvmrc"
2025
cache: "pnpm"
2126

22-
- name: Install pnpm
23-
run: corepack enable
24-
corepack pnpm -v
25-
2627
- name: Install dependencies
2728
run: pnpm ci --no-audit --no-fund
2829

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.3 (2026-06-20)
2+
3+
- 修复重新打开编辑器后预览图丢失的问题
4+
- 项目迁移到 pnpm 包管理器
5+
16
## 2.0.2 (2026-05-31)
27

38
- 为主页文档列表添加预览图

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cnoi-statement-generator",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": true,
55
"description": "A website to generate CNOI-style statements for competitive programming.",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)