Skip to content

Commit

Permalink
chore(release): 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Jun 5, 2024
1 parent fd4a667 commit 2c4bd31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.6.1](https://github.com/lzwme/fed-lint-helper/compare/v2.6.0...v2.6.1) (2024-06-05)


### Bug Fixes

* 配置文件支持 cjs、js、mjs 后缀类型,以解决 ESM 模块项目下加载配置文件异常的问题 ([fd4a667](https://github.com/lzwme/fed-lint-helper/commit/fd4a6670dda8d6c8977e7dde0ba43ee119bce56a))

## [2.6.0](https://github.com/lzwme/fed-lint-helper/compare/v2.5.2...v2.6.0) (2024-04-10)


Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "2.6.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "cjs/index.d.ts",
Expand Down

0 comments on commit 2c4bd31

Please sign in to comment.