From 4cf22a283e56fdc7faeea85e91056db07a273a4f Mon Sep 17 00:00:00 2001 From: renxia Date: Fri, 18 Aug 2023 22:27:48 +0800 Subject: [PATCH] chore(release): 1.5.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd5e30..7d9ac29 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. +### [1.5.5](https://github.com/lzwme/fe-utils/compare/v1.5.4...v1.5.5) (2023-08-18) + + +### Bug Fixes + +* 修复 gitHasUnstagedChanges 方法返回值错误的问题 ([9dcc652](https://github.com/lzwme/fe-utils/commit/9dcc6529a05d0f71559a84e7a1a2a193bb4df9a2)) + ### [1.5.4](https://github.com/lzwme/fe-utils/compare/v1.5.4-0...v1.5.4) (2023-08-18) ### [1.5.4-0](https://github.com/lzwme/fe-utils/compare/v1.5.3...v1.5.4-0) (2023-08-18) diff --git a/package.json b/package.json index 397260e..d377043 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lzwme/fe-utils", "description": "前端 node、web 项目常用工具函数集合。", - "version": "1.5.4", + "version": "1.5.5", "main": "cjs/index.js", "module": "esm/index.js", "typings": "cjs/index.d.ts",