We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a9c0f commit 63d404bCopy full SHA for 63d404b
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
CI: 'true'
28
- uses: actions/upload-artifact@master
29
with:
30
- name: EhSyringe.zip
+ name: EhSyringe
31
path: release
32
- name: publish to github release
33
uses: ncipollo/release-action@v1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 更新日志
2
3
+## 1.2.12
4
+
5
+- 使用 web-ext 打包 firefox 扩展
6
7
## 1.2.11
8
9
- 修复标签介绍异常 (#169)
package.json
@@ -1,7 +1,7 @@
{
"name": "ehsyringe",
"displayName": "EhSyringe",
- "version": "1.2.11",
+ "version": "1.2.12",
"description": "E 站注射器,将中文翻译注入到 E 站体内。",
"author": "EhTagTranslation",
"main": "syringe.js",
0 commit comments