From 1e76006a17e3e9665b9192fc45154041d689c4ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Mar 2024 17:56:23 +0000 Subject: [PATCH] Version Packages --- .changeset/funny-hotels-develop.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/funny-hotels-develop.md diff --git a/.changeset/funny-hotels-develop.md b/.changeset/funny-hotels-develop.md deleted file mode 100644 index 1d1c90b..0000000 --- a/.changeset/funny-hotels-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"format-files-by-ignores": minor ---- - -检查列表显示位置变为临时文件, 修复 ignore 包含模式 BUG(!), 打包到单文件-准备 Web 端 diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ece1d..72c0bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # format-files-by-ignores +## 1.5.0 + +### Minor Changes + +- [`5b2f5f6`](https://github.com/xiaohuohumax/format-files-by-ignores/commit/5b2f5f6d305eb933490c9e50c36ed225a3beb2b2) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 检查列表显示位置变为临时文件, 修复 ignore 包含模式 BUG(!), 打包到单文件-准备 Web 端 + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index 68418c6..61fa78d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "format-files-by-ignores", "displayName": "Format Files By Ignores", "description": "Format files by ignore files (.gitignore, ...)", - "version": "1.4.0", + "version": "1.5.0", "private": true, "icon": "icon.png", "publisher": "xiaohuohumax",