Skip to content

Commit

Permalink
chore(release): 4.125.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Sep 25, 2024
1 parent 456905c commit bd27b26
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.0](https://github.com/fjc0k/vtils/compare/v4.124.0...v4.125.0) (2024-09-25)

### Features

- **EventBus:** 支持局部执行 ([456905c](https://github.com/fjc0k/vtils/commit/456905c56e47079aff29e7b6a3b588bebd0b6205))

## [4.124.0](https://github.com/fjc0k/vtils/compare/v4.123.0...v4.124.0) (2024-09-24)

### Features
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/vtils@4.124.0'
} from 'https://cdn.skypack.dev/vtils@4.125.0'
```

### 自定义打包
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.124.0",
"version": "4.125.0",
"description": "一个面向业务的 JavaScript/TypeScript 实用程序库。",
"keywords": [
"util",
Expand Down

0 comments on commit bd27b26

Please sign in to comment.