From 58bc4439054c3961b02566875de3a6e108ffc8c0 Mon Sep 17 00:00:00 2001 From: renxia Date: Fri, 15 Mar 2024 15:08:38 +0800 Subject: [PATCH] chore(release): 1.7.1 --- CHANGELOG.md | 8 ++++++++ package.json | 14 +++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb6522..e6695c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 736db30..3e44184 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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": {