Skip to content

Commit d13f594

Browse files
committed
chore(release): 0.0.6
1 parent 9e2ce8e commit d13f594

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.6](https://github.com/lzwme/whistle.x-scripts/compare/v0.0.5...v0.0.6) (2024-11-11)
6+
7+
8+
### Bug Fixes
9+
10+
* 修复ql获取的单账号ck中包含&符号默认会被处理为多账号的问题 ([536ff0f](https://github.com/lzwme/whistle.x-scripts/commit/536ff0fd2ab45234c1237b933bbb5e1ab63e81dc))
11+
512
### [0.0.5](https://github.com/lzwme/whistle.x-scripts/compare/v0.0.4...v0.0.5) (2024-06-10)
613

714

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lzwme/whistle.x-scripts",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "一个基于 whistle 的代理脚本插件。用于辅助 web 程序调试、逆向学习等目的。让用户可以用自由编码开发的方式编写简单的规则脚本,即可实现自动保存登录认证 cookie、模拟接口数据、修改接口数据等功能。",
55
"main": "index.js",
66
"typings": "./typings/index.d.ts",
@@ -45,16 +45,16 @@
4545
],
4646
"dependencies": {
4747
"@lzwme/fe-utils": "^1.7.5",
48-
"micromatch": "^4.0.7"
48+
"micromatch": "^4.0.8"
4949
},
5050
"devDependencies": {
51-
"@lzwme/fed-lint-helper": "^2.6.2",
52-
"@types/node": "^22.0.2",
51+
"@lzwme/fed-lint-helper": "^2.6.4",
52+
"@types/node": "^22.9.0",
5353
"base64-js": "^1.5.1",
5454
"crypto-js": "^4.2.0",
55-
"husky": "^9.1.4",
55+
"husky": "^9.1.6",
5656
"prettier": "^3.3.3",
5757
"standard-version": "^9.5.0",
58-
"typescript": "^5.5.4"
58+
"typescript": "^5.6.3"
5959
}
6060
}

0 commit comments

Comments
 (0)