Skip to content

Commit

Permalink
chore(release): 4.113.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Mar 17, 2024
1 parent 16e4ec1 commit 9298b62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.113.2](https://github.com/fjc0k/vtils/compare/v4.113.1...v4.113.2) (2024-03-17)

### Bug Fixes

- **date:** export type FormatDateRenderer ([664f033](https://github.com/fjc0k/vtils/commit/664f0338352fc5efabe3ef4159eeb788776a5e62))

### [4.113.1](https://github.com/fjc0k/vtils/compare/v4.113.0...v4.113.1) (2024-03-17)

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

### 自定义打包
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtils",
"version": "4.113.1",
"version": "4.113.2",
"description": "一个面向业务的 JavaScript/TypeScript 实用程序库。",
"keywords": [
"util",
Expand Down Expand Up @@ -87,6 +87,7 @@
"generate-index": "vgis \"./src/**/index.ts\"",
"generate-package": "haoma run ./scripts/generatePackage.ts",
"generate-utility": "haoma rune ./scripts/generateUtility.ts",
"postinstall": "patch-package",
"publish-package": "cd ./lib && npm publish",
"publish-package-next": "npm run publish-package -- --tag next",
"prerelease": "npm run test",
Expand All @@ -100,8 +101,7 @@
"test-types": "tsc --noEmit",
"test-update-snapshot": "jest --updateSnapshot",
"test-with-coverage": "jest --coverage",
"test-with-coverage-open": "jest --coverage && open-cli ./coverage/lcov-report/index.html",
"postinstall": "patch-package"
"test-with-coverage-open": "jest --coverage && open-cli ./coverage/lcov-report/index.html"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 9298b62

Please sign in to comment.