Skip to content

Commit

Permalink
chore(release): 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Jan 23, 2025
1 parent eb8886e commit d78fa28
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 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.8.2](https://github.com/lzwme/fe-utils/compare/v1.8.1...v1.8.2) (2025-01-23)


### Bug Fixes

* **createChildProcess:** 主动退出子进程时不发送 abort 信号 ([eb8886e](https://github.com/lzwme/fe-utils/commit/eb8886e4ddd9cdb95728c710f64e8b8579be1e1d))
* **LiteStorage:** 修复删除缓存项无效的问题 ([383fdc8](https://github.com/lzwme/fe-utils/commit/383fdc8a451e3ec9634ec585108996c0ef764ab2))

### [1.8.1](https://github.com/lzwme/fe-utils/compare/v1.8.0...v1.8.1) (2024-12-18)

## [1.8.0](https://github.com/lzwme/fe-utils/compare/v1.7.5...v1.8.0) (2024-12-17)
Expand Down
24 changes: 12 additions & 12 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.8.1",
"version": "1.8.2",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "cjs/index.d.ts",
Expand Down Expand Up @@ -62,22 +62,22 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@iarna/toml": "^2.2.5",
"@jest/core": "^29",
"@jest/types": "^29",
"@lzwme/fed-lint-helper": "^2.6.5",
"@lzwme/fed-lint-helper": "^2.6.6",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.14",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.10.4",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"compressing": "^1.10.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^56.0.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
Expand All @@ -90,8 +90,8 @@
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.27.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"windows-process-tree": "^0.4.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d78fa28

Please sign in to comment.