Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Feb 29, 2024
1 parent 44dd592 commit d93a8d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.3](https://github.com/lzwme/whistle.x-scripts/compare/v0.0.2...v0.0.3) (2024-02-29)


### Bug Fixes

* 修复规则热更新不生效的问题 ([93ca442](https://github.com/lzwme/whistle.x-scripts/commit/93ca44242723741fe949fb9c8093567afb7b6734))

### [0.0.2](https://github.com/lzwme/whistle.x-scripts/compare/v0.0.1...v0.0.2) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 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.2",
"version": "0.0.3",
"description": "一个基于 whistle 的代理脚本插件。用于辅助 web 程序调试、逆向学习等目的。让用户可以用自由编码开发的方式编写简单的规则脚本,即可实现自动保存登录认证 cookie、模拟接口数据、修改接口数据等功能。",
"main": "index.js",
"typings": "./typings/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@lzwme/fe-utils": "^1.7.0",
"@lzwme/fed-lint-helper": "^2.5.2",
"@types/node": "^20.11.21",
"@types/node": "^20.11.22",
"base64-js": "^1.5.1",
"crypto-js": "^4.2.0",
"husky": "^9.0.11",
Expand Down

0 comments on commit d93a8d1

Please sign in to comment.