Skip to content

Commit

Permalink
chore(release): 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Jul 24, 2024
1 parent bbc0914 commit 8112316
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 21 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.5](https://github.com/lzwme/fe-utils/compare/v1.7.3...v1.7.5) (2024-07-24)


### Bug Fixes

* **cookie:** 修复 cookieParse 解析 value 包含 = 时会丢失后半部分的问题 ([bbc0914](https://github.com/lzwme/fe-utils/commit/bbc0914c5e9ccc25378717baec5eab1c24fed121))
* **request:** 修复 301 重定向不包含完整域名时会失败的问题 ([c9ad372](https://github.com/lzwme/fe-utils/commit/c9ad3720b13f2dabd975174e851d18a0f4ceada3))

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


### Bug Fixes

* **cookie:** 修复 cookieParse 解析 value 包含 = 时会丢失后半部分的问题 ([bbc0914](https://github.com/lzwme/fe-utils/commit/bbc0914c5e9ccc25378717baec5eab1c24fed121))
* **request:** 修复 301 重定向不包含完整域名时会失败的问题 ([c9ad372](https://github.com/lzwme/fe-utils/commit/c9ad3720b13f2dabd975174e851d18a0f4ceada3))

### [1.7.3](https://github.com/lzwme/fe-utils/compare/v1.7.2...v1.7.3) (2024-05-04)

### [1.7.2](https://github.com/lzwme/fe-utils/compare/v1.7.1...v1.7.2) (2024-03-15)
Expand Down
42 changes: 21 additions & 21 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.3",
"version": "1.7.5",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "cjs/index.d.ts",
Expand Down Expand Up @@ -59,38 +59,38 @@
],
"dependencies": {
"console-log-colors": "^0.5.0",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@eslint/js": "^9.7.0",
"@iarna/toml": "^2.2.5",
"@jest/core": "^29",
"@jest/types": "^29",
"@lzwme/fed-lint-helper": "^2.6.0",
"@types/eslint": "^8.56.10",
"@lzwme/fed-lint-helper": "^2.6.2",
"@types/eslint": "^9.6.0",
"@types/jest": "^29.5.12",
"@types/micromatch": "^4.0.7",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"compressing": "^1.10.0",
"eslint": "^9.2.0",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"compressing": "^1.10.1",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^53.0.0",
"husky": "^9.0.11",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^54.0.0",
"husky": "^9.1.1",
"jest": "^29.7.0",
"json5": "^2.2.3",
"micromatch": "^4.0.5",
"micromatch": "^4.0.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"windows-process-tree": "^0.4.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 8112316

Please sign in to comment.