diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9c6f8..15983fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.9](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.2.8...v0.2.9) (2023-05-13) + + +### Performance Improvements + +* replace `quick-lru` to `lru-cache` ([ae040c1](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/ae040c1fe2595ca414d0bd33b4a4400538b96a90)) + + + ## [0.2.8](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.2.7...v0.2.8) (2023-05-08) diff --git a/package.json b/package.json index b14ba9e..e52f7d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-image-placeholder", - "version": "0.2.8", + "version": "0.2.9", "description": "🔥 Generate a placeholder image for the content area where the image resource is not ready.", "keywords": [ "vite",