Skip to content

Commit

Permalink
chore(release): 4.112.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Mar 8, 2024
1 parent 865e0b2 commit 8e13b0a
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.112.0](https://github.com/fjc0k/vtils/compare/v4.111.0...v4.112.0) (2024-03-08)

### Features

- **utils:** LocalStoragePlus 支持在小程序内使用 ([865e0b2](https://github.com/fjc0k/vtils/commit/865e0b206a5f33d4180ae164e82bed9add5865f4))

## [4.111.0](https://github.com/fjc0k/vtils/compare/v4.110.4...v4.111.0) (2024-02-02)

### 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.111.0'
} from 'https://cdn.skypack.dev/vtils@4.112.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.111.0",
"version": "4.112.0",
"description": "一个面向业务的 JavaScript/TypeScript 实用程序库。",
"keywords": [
"util",
Expand Down

0 comments on commit 8e13b0a

Please sign in to comment.