Skip to content

Commit

Permalink
chore(release): 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renzp94 committed Apr 28, 2024
1 parent e4fa1c3 commit f083bf4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.6](https://github.com/renzp94/utils/compare/v0.0.5...v0.0.6) (2024-04-28)


### Bug Fixes

* 修复打包内容中重复导出的问题 ([e4fa1c3](https://github.com/renzp94/utils/commit/e4fa1c36d7178f191cb34432707b5e7d77673b9d))

### [0.0.5](https://github.com/renzp94/utils/compare/v0.0.4...v0.0.5) (2024-04-24)


Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@renzp/utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "一款零依赖、实用的Javascript/Typescript工具库",
"type": "module",
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"types": "dist/index.d.ts",
"author": "renzp <1074720760.qq.com>",
"repository": {
Expand All @@ -15,15 +17,17 @@
"bugs": {
"url": "https://github.com/renzp94/utils/issues"
},
"keywords": ["utils"],
"keywords": [
"utils"
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"build": "bun run scripts/build.ts",
"pub": "standard-version && npm publish",
"pub:npm": "bun run scripts/pub-npm.ts",
"pub:jsr": "bun run scripts/pub-jsr.ts",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
Expand Down

0 comments on commit f083bf4

Please sign in to comment.