Skip to content

Commit

Permalink
chore(release): 4.125.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Sep 29, 2024
1 parent 3afd571 commit e6f5c7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### [4.125.2](https://github.com/fjc0k/vtils/compare/v4.125.1...v4.125.2) (2024-09-29)

### Bug Fixes

- **chooseFile:** 选择取消监听优化 ([3afd571](https://github.com/fjc0k/vtils/commit/3afd5710df706b9efde24d7595e4299e1a7b67c3))

### [4.125.1](https://github.com/fjc0k/vtils/compare/v4.125.0...v4.125.1) (2024-09-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ import {
isNumber,
EventBus,
base64Encode,
} from 'https://cdn.skypack.dev/[email protected].1'
} from 'https://cdn.skypack.dev/[email protected].2'
```

### 自定义打包
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtils",
"version": "4.125.1",
"version": "4.125.2",
"description": "一个面向业务的 JavaScript/TypeScript 实用程序库。",
"keywords": [
"util",
Expand Down

0 comments on commit e6f5c7c

Please sign in to comment.