diff --git a/CHANGELOG.md b/CHANGELOG.md index df88ff2..b14f2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5](https://github.com/lzwme/whistle.x-scripts/compare/v0.0.4...v0.0.5) (2024-06-10) + + +### Bug Fixes + +* **update:** 修复 update 本地 envConfig 文件时多行匹配处理错误的问题 ([379d938](https://github.com/lzwme/whistle.x-scripts/commit/379d9385018940901aefd6d8108e8a128876632f)) + ### [0.0.4](https://github.com/lzwme/whistle.x-scripts/compare/v0.0.3...v0.0.4) (2024-05-05) diff --git a/package.json b/package.json index 4c10098..aaa6d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lzwme/whistle.x-scripts", - "version": "0.0.4", + "version": "0.0.5", "description": "一个基于 whistle 的代理脚本插件。用于辅助 web 程序调试、逆向学习等目的。让用户可以用自由编码开发的方式编写简单的规则脚本,即可实现自动保存登录认证 cookie、模拟接口数据、修改接口数据等功能。", "main": "index.js", "typings": "./typings/index.d.ts", @@ -45,15 +45,15 @@ ], "dependencies": { "@lzwme/fe-utils": "^1.7.3", - "micromatch": "^4.0.5" + "micromatch": "^4.0.7" }, "devDependencies": { - "@lzwme/fed-lint-helper": "^2.6.0", - "@types/node": "^20.12.12", + "@lzwme/fed-lint-helper": "^2.6.1", + "@types/node": "^20.14.2", "base64-js": "^1.5.1", "crypto-js": "^4.2.0", "husky": "^9.0.11", - "prettier": "^3.2.5", + "prettier": "^3.3.1", "standard-version": "^9.5.0", "typescript": "^5.4.5" }