diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3d419..7aaa8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## <small>1.0.10 (2023-12-04)</small> + +* fix: ignore option not working when empty string ([75cd559](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/75cd559)) + + + ## <small>1.0.9 (2023-06-25)</small> * fix: update package.json, "conventional-changelog-cli" move to devDependencies ([e51b09a](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/e51b09a)) diff --git a/package.json b/package.json index 802505d..bc2ad0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-ali-oss", - "version": "1.0.9", + "version": "1.0.10", "author": "xiaweiss", "description": "Upload the production files bundled in the project to Ali OSS, except for html", "homepage": "https://github.com/xiaweiss/vite-plugin-ali-oss",