Skip to content

Commit

Permalink
chore(release): 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Dec 12, 2023
1 parent a406774 commit 1694354
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
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.

### [2.5.1](https://github.com/lzwme/fed-lint-helper/compare/v2.5.0...v2.5.1) (2023-12-12)


### Bug Fixes

* 修复输出为 esm 配置错误的问题 ([ed3c81f](https://github.com/lzwme/fed-lint-helper/commit/ed3c81f9691d59199a0aa3b50b83ace3f8f4f487))

## [2.5.0](https://github.com/lzwme/fed-lint-helper/compare/v2.4.1...v2.5.0) (2023-07-25)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lzwme/fed-lint-helper",
"description": "前端项目编码质量 lint 检测辅助工具。用于辅助大型长期研发的前端项目渐进式的迁移与改进编码规范约束。",
"version": "2.5.0",
"version": "2.5.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "cjs/index.d.ts",
Expand Down Expand Up @@ -83,8 +83,8 @@
"@types/jest": "^29.5.11",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
Expand All @@ -95,7 +95,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"standard-version": "^9.5.0",
"stylelint": "^16.0.1",
"stylelint": "^16.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
Expand Down

0 comments on commit 1694354

Please sign in to comment.