From e3a8ac96dda6cbfb0ea18086842a3087bc91084a Mon Sep 17 00:00:00 2001 From: renxia Date: Wed, 23 Oct 2024 16:29:00 +0800 Subject: [PATCH] chore(release): 2.6.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7caed12..5b26246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4](https://github.com/lzwme/fed-lint-helper/compare/v2.6.3...v2.6.4) (2024-10-23) + + +### Bug Fixes + +* 修复 tsc 异常;修复 jira check 多次执行格式重复处理的问题 ([302e0a4](https://github.com/lzwme/fed-lint-helper/commit/302e0a433cf34cfbc067a07988af50ca81f854ce)) + ### [2.6.3](https://github.com/lzwme/fed-lint-helper/compare/v2.6.2...v2.6.3) (2024-10-23) ### [2.6.2](https://github.com/lzwme/fed-lint-helper/compare/v2.6.1...v2.6.2) (2024-06-14) diff --git a/package.json b/package.json index c9d38f9..02b0238 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lzwme/fed-lint-helper", "description": "前端项目编码质量 lint 检测辅助工具。用于辅助大型长期研发的前端项目渐进式的迁移与改进编码规范约束。", - "version": "2.6.3", + "version": "2.6.4", "main": "cjs/index.js", "module": "esm/index.js", "types": "cjs/index.d.ts",