Skip to content

Commit

Permalink
chore(release): 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renzp94 committed Aug 5, 2024
1 parent 484d61f commit a154452
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 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.3.9](https://github.com/renzp94/utils/compare/v0.3.8...v0.3.9) (2024-08-05)


### Bug修复

* **is(isEqual):** 修复filter类型报错的问题 ([48fb39c](https://github.com/renzp94/utils/commit/48fb39c8763149d09efbe35479205b065376a272))

### [0.3.8](https://github.com/renzp94/utils/compare/v0.3.7...v0.3.8) (2024-07-15)


Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renzp/utils",
"version": "0.3.8",
"version": "0.3.9",
"author": "renzp <1074720760.qq.com>",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,7 @@
"@nubuild/cli": "^0.0.3",
"@type-challenges/utils": "^0.1.1",
"@types/bun": "^1.1.4",
"standard-version": "^9.5.0",
"vitepress": "^1.2.3"
},
"peerDependencies": {
Expand All @@ -22,9 +23,13 @@
"url": "https://github.com/renzp94/utils/issues"
},
"description": "一款零依赖、实用的Javascript/Typescript工具库",
"files": ["dist"],
"files": [
"dist"
],
"homepage": "https://github.com/renzp94/utils#readme",
"keywords": ["utils"],
"keywords": [
"utils"
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down

0 comments on commit a154452

Please sign in to comment.