Skip to content

Commit 63d404b

Browse files
release
1 parent 59a9c0f commit 63d404b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
CI: 'true'
2828
- uses: actions/upload-artifact@master
2929
with:
30-
name: EhSyringe.zip
30+
name: EhSyringe
3131
path: release
3232
- name: publish to github release
3333
uses: ncipollo/release-action@v1

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 1.2.12
4+
5+
- 使用 web-ext 打包 firefox 扩展
6+
37
## 1.2.11
48

59
- 修复标签介绍异常 (#169)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ehsyringe",
33
"displayName": "EhSyringe",
4-
"version": "1.2.11",
4+
"version": "1.2.12",
55
"description": "E 站注射器,将中文翻译注入到 E 站体内。",
66
"author": "EhTagTranslation",
77
"main": "syringe.js",

0 commit comments

Comments
 (0)