We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b6a9a commit 776a17dCopy full SHA for 776a17d
2 files changed
docs/docs/version-log.md
@@ -1,5 +1,11 @@
1
# Changelog / 更新日志
2
3
+## 1.5.30
4
+
5
+- feat: 支持动态注入 content script 到新授权的域名 #321
6
7
+https://github.com/anghunk/linuxdo-scripts/releases/tag/1.5.30
8
9
## 1.5.29
10
11
- feat: 支持动态注入 content script 到新授权的域名 #321
package.json
@@ -1,7 +1,7 @@
{
"name": "linuxdo-scripts",
"description": "manifest.json description",
- "version": "1.5.29",
+ "version": "1.5.30",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments