Skip to content

Commit

Permalink
chore(release): 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Jan 8, 2024
1 parent 50aba5f commit 498d538
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.5.10](https://github.com/lzwme/fe-utils/compare/v1.5.9...v1.5.10) (2024-01-08)


### Bug Fixes

* **objects:** 优化 load json5 在 cjs 模式下的逻辑 ([50aba5f](https://github.com/lzwme/fe-utils/commit/50aba5f063d99fb63c1ec84814ece459e22290ec))

### [1.5.9](https://github.com/lzwme/fe-utils/compare/v1.5.8...v1.5.9) (2024-01-08)

### [1.5.8](https://github.com/lzwme/fe-utils/compare/v1.5.7...v1.5.8) (2023-12-07)
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.5.9",
"version": "1.5.10",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "cjs/index.d.ts",
Expand Down

0 comments on commit 498d538

Please sign in to comment.