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",