Skip to content

Commit

Permalink
chore(release): 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Mar 15, 2024
1 parent e70a76e commit 58bc443
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.7.1](https://github.com/lzwme/fe-utils/compare/v1.7.0...v1.7.1) (2024-03-15)


### Bug Fixes

* **LiteStorage:** 修复 setItem 方法 value 为数组时异常的问题 ([19cb525](https://github.com/lzwme/fe-utils/commit/19cb52530bcadda79bc1937bbf236923c0939ab1))
* **ReqFetch:** 浏览器环境下设置默认 prefixUrl 值,修复 pathname 格式的 api 请求异常的问题 ([e70a76e](https://github.com/lzwme/fe-utils/commit/e70a76e8385d9c5f2091cfc41808131483990582))

## [1.7.0](https://github.com/lzwme/fe-utils/compare/v1.6.0...v1.7.0) (2024-02-28)


Expand Down
14 changes: 7 additions & 7 deletions 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.0",
"version": "1.7.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "cjs/index.d.ts",
Expand Down Expand Up @@ -66,12 +66,12 @@
"@jest/core": "^29",
"@jest/types": "^29",
"@lzwme/fed-lint-helper": "^2.5.2",
"@types/eslint": "^8.56.4",
"@types/eslint": "^8.56.5",
"@types/jest": "^29.5.12",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.11.21",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"compressing": "^1.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -87,8 +87,8 @@
"standard-version": "^9.5.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.9",
"typescript": "^5.3.3",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"windows-process-tree": "^0.4.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 58bc443

Please sign in to comment.