From 16943543a0c068e4dc41672b5facd8ce8fcd5b99 Mon Sep 17 00:00:00 2001 From: renxia Date: Tue, 12 Dec 2023 08:58:59 +0800 Subject: [PATCH] chore(release): 2.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa1db8..76b0226 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.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) diff --git a/package.json b/package.json index 2427076..2a36472 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",