Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed May 17, 2023
1 parent e60d289 commit 8e5a8da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.3.0](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.2.11...v0.3.0) (2023-05-17)


### Features

* add image error log ([95ddf38](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/95ddf3881ed604b997e57f609a4a2971f3b49182))


### Performance Improvements

* add types comments ([fc38a28](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/fc38a285cd43023f30b939b7b4fff2818c74af6d))
* optimize path match rule ([d3e9ec8](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/d3e9ec84d283becaa8e26e44d259437419969d8a))



## [0.2.11](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.2.10...v0.2.11) (2023-05-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-image-placeholder",
"version": "0.2.11",
"version": "0.3.0",
"description": "🔥 Generate a placeholder image for the content area where the image resource is not ready.",
"keywords": [
"vite",
Expand Down

0 comments on commit 8e5a8da

Please sign in to comment.