Skip to content

Commit 584f218

Browse files
committed
release: v2.1.2
1 parent 1a826bc commit 584f218

5 files changed

Lines changed: 227 additions & 63 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- run: pnpm i
2626
- run: pnpm run build
27-
- run: pnpm vsce package --no-dependencies -o extension.vsix
27+
- run: pnpm run pack
2828

2929
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
3030
with:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
> English|[简体中文](https://gitee.com/typed-sigterm/oi-runner-2/blob/main/CHANGELOG.zh-CN.md)
44
5+
## 2.1.2 (2025-10-21)
6+
7+
### 🩹 Bug Fixes
8+
9+
- Fix the issue that pasting does not work
10+
511
## 2.1.1 (2025-10-19)
612

713
### 🩹 Bug Fixes

CHANGELOG.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
> [English](https://github.com/typed-sigterm/oi-runner-2/blob/main/CHANGELOG.md)|简体中文
44
5+
## 2.1.2 (2025-10-21)
6+
7+
### 🩹 Bug 修复
8+
9+
- 修复无法粘贴的问题
10+
511
## 2.1.1 (2025-10-19)
612

713
### 🩹 Bug 修复

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"name": "oi-runner-2",
44
"displayName": "%extension.displayName%",
55
"type": "module",
6-
"version": "2.1.1",
6+
"version": "2.1.2",
77
"private": true,
8-
"packageManager": "pnpm@10.9.0",
8+
"packageManager": "pnpm@10.18.3",
99
"description": "%extension.description%",
1010
"license": "MIT",
1111
"repository": {
@@ -225,6 +225,7 @@
225225
"dev": "vite",
226226
"build": "vite build",
227227
"lint": "eslint .",
228+
"pack": "vsce package --no-dependencies -o extension.vsix",
228229
"preview": "vite preview",
229230
"prepare": "husky",
230231
"type-check": "vue-tsc -p ./tsconfig.app.json --noEmit && vue-tsc -p ./tsconfig.node.json --noEmit"
@@ -258,7 +259,7 @@
258259
"husky": "^9.1.7",
259260
"lucide-vue-next": "^0.546.0",
260261
"mixpanel-browser": "^2.71.0",
261-
"monaco-editor": "^0.54.0",
262+
"monaco-editor": "^0.52.0",
262263
"nanoid": "^5.1.6",
263264
"ps-tree": "^1.2.0",
264265
"reka-ui": "^2.5.1",

0 commit comments

Comments
 (0)