Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Jun 10, 2024
1 parent 379d938 commit c137d8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.4",
"version": "0.0.5",
"description": "一个基于 whistle 的代理脚本插件。用于辅助 web 程序调试、逆向学习等目的。让用户可以用自由编码开发的方式编写简单的规则脚本,即可实现自动保存登录认证 cookie、模拟接口数据、修改接口数据等功能。",
"main": "index.js",
"typings": "./typings/index.d.ts",
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit c137d8a

Please sign in to comment.