Skip to content

Commit

Permalink
chore(release): 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Apr 10, 2024
1 parent dd1b946 commit 00313aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.6.0](https://github.com/lzwme/fed-lint-helper/compare/v2.5.2...v2.6.0) (2024-04-10)


### Features

* **eslint:** 适配支持 ESLint V9 版本 ([7534c56](https://github.com/lzwme/fed-lint-helper/commit/7534c56bae5f12dea6a65fb2ee3ef8f048fb6a59))


### Bug Fixes

* 修复 cjs 构建转义 import 动态导入为 require 的问题 ([96f3e73](https://github.com/lzwme/fed-lint-helper/commit/96f3e73e952028fa1caa1b0e5f0b25eb20266c8f))

### [2.5.2](https://github.com/lzwme/fed-lint-helper/compare/v2.5.1...v2.5.2) (2024-01-18)


Expand Down
4 changes: 2 additions & 2 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.2",
"version": "2.6.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "cjs/index.d.ts",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@types/eslint": "^8.56.7",
"@types/jest": "^29.5.12",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^9.0.0",
Expand Down

0 comments on commit 00313aa

Please sign in to comment.