Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Dec 17, 2024
1 parent 79f0458 commit 310c7bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.

## [1.8.0](https://github.com/lzwme/fe-utils/compare/v1.7.5...v1.8.0) (2024-12-17)


### Features

* **fs:** 新增 findFiles 文件查找函数,以满足简单的目录文件查找需求 ([84b1687](https://github.com/lzwme/fe-utils/commit/84b168745012d4200037ef417c7ec270b1a0db37))

### [1.7.5](https://github.com/lzwme/fe-utils/compare/v1.7.3...v1.7.5) (2024-07-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lzwme/fe-utils",
"description": "前端 node、web 项目常用工具函数集合。",
"version": "1.7.5",
"version": "1.8.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "cjs/index.d.ts",
Expand Down

0 comments on commit 310c7bc

Please sign in to comment.