From 20ea30dcfbf74b09f2ad43b41bbf4655f767568c Mon Sep 17 00:00:00 2001
From: pengzhanbo <volodymyr@foxmail.com>
Date: Sat, 2 Dec 2023 15:27:52 +0800
Subject: [PATCH] chore: release v1.0.0

---
 CHANGELOG.md | 9 +++++++++
 package.json | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0790439..d09b2fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [1.0.0](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.3.0...v1.0.0) (2023-12-2)
+
+
+### Bug Fixes
+
+* heif compression options ([9f86e6d](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/9f86e6dd91525f753448d76f651778f920528e72))
+
+
+
 # [0.3.0](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.2.11...v0.3.0) (2023-05-17)
 
 
diff --git a/package.json b/package.json
index 55c45a8..dc64bd7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "vite-plugin-image-placeholder",
   "type": "module",
-  "version": "0.3.0",
+  "version": "1.0.0",
   "packageManager": "pnpm@8.11.0",
   "description": "🔥 Generate a placeholder image for the content area where the image resource is not ready.",
   "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",