Skip to content

Commit

Permalink
chore(release): 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed May 5, 2024
1 parent 0db59c1 commit 1a31a5a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [0.0.4](https://github.com/lzwme/whistle.x-scripts/compare/v0.0.3...v0.0.4) (2024-05-05)


### Features

* 新增 rulesServer,支持配置自定义的 whistle 原生支持规则,支持从远程加载 ([1305910](https://github.com/lzwme/whistle.x-scripts/commit/130591067738f67b19a280fee305fa0877dca8a6))
* 新增支持 MITM 配置,支持部分的启用 https 拦截以改善 w2 代理性能 ([a2d3e56](https://github.com/lzwme/whistle.x-scripts/commit/a2d3e56f2b9bfed0a2548515f776b85bdd44159c))


### Bug Fixes

* 修复 updateToQL 多账号会丢失旧数据的问题 ([0db59c1](https://github.com/lzwme/whistle.x-scripts/commit/0db59c191f89bb6443db2d168dba3a785e8e96a1))

### [0.0.3](https://github.com/lzwme/whistle.x-scripts/compare/v0.0.2...v0.0.3) (2024-02-29)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lzwme/whistle.x-scripts",
"version": "0.0.3",
"version": "0.0.4",
"description": "一个基于 whistle 的代理脚本插件。用于辅助 web 程序调试、逆向学习等目的。让用户可以用自由编码开发的方式编写简单的规则脚本,即可实现自动保存登录认证 cookie、模拟接口数据、修改接口数据等功能。",
"main": "index.js",
"typings": "./typings/index.d.ts",
Expand Down Expand Up @@ -45,17 +45,17 @@
"./template"
],
"dependencies": {
"@lzwme/fe-utils": "^1.7.2",
"@lzwme/fe-utils": "^1.7.3",
"micromatch": "^4.0.5"
},
"devDependencies": {
"@lzwme/fed-lint-helper": "^2.5.2",
"@types/node": "^20.12.3",
"@lzwme/fed-lint-helper": "^2.6.0",
"@types/node": "^20.12.8",
"base64-js": "^1.5.1",
"crypto-js": "^4.2.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"standard-version": "^9.5.0",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}

0 comments on commit 1a31a5a

Please sign in to comment.