Skip to content

Commit

Permalink
chore(release): 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renzp94 committed Jun 1, 2024
1 parent 7359b22 commit 6b8c448
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.16](https://github.com/renzp94/utils/compare/v0.0.15...v0.0.16) (2024-06-01)


### 其他

* 本地生成coverage ([7359b22](https://github.com/renzp94/utils/commit/7359b22c84a6fdc5bd61b43001c0a2987b9cc496))
* 调整jsr发布脚本 ([ddbecef](https://github.com/renzp94/utils/commit/ddbecef731ab6fcdb7e5f2d97f87c64ee54fd98e))
* **jsr:0.0.15:** published ([da5906f](https://github.com/renzp94/utils/commit/da5906f65e85801f2363f3f93b715c92d6b05127))

### [0.0.15](https://github.com/renzp94/utils/compare/v0.0.14...v0.0.15) (2024-06-01)


Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@renzp/utils",
"version": "0.0.15",
"version": "0.0.16",
"description": "一款零依赖、实用的Javascript/Typescript工具库",
"type": "module",
"main": "dist/index.js",
"files": ["dist", "./coverage.svg"],
"files": [
"dist",
"./coverage.svg"
],
"types": "dist/index.d.ts",
"author": "renzp <1074720760.qq.com>",
"repository": {
Expand All @@ -15,7 +18,9 @@
"bugs": {
"url": "https://github.com/renzp94/utils/issues"
},
"keywords": ["utils"],
"keywords": [
"utils"
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down

0 comments on commit 6b8c448

Please sign in to comment.