From 1a31a5a74054c6bb84aba7956195a0bdd0ae0ad7 Mon Sep 17 00:00:00 2001 From: renxia Date: Sun, 5 May 2024 13:38:55 +0800 Subject: [PATCH] chore(release): 0.0.4 --- CHANGELOG.md | 13 +++++++++++++ package.json | 10 +++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb9fab..df88ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 0bd5953..8bb4313 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }