Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Mar 31, 2024
1 parent a406215 commit 39a7647
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.1.0](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v1.0.0...v1.1.0) (2024-3-31)


### Bug Fixes

* function `assetsInlineLimit` ([6273b7e](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/6273b7e7a83408a17842d0e97c67b635c5b51458))


### Features

* pure es module ([59070ef](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/59070ef349f49d872c697ed40414b0de859ba452))


### Performance Improvements

* update non-major deps ([a406215](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/a406215ae48101454b8801ede6ee3a2146617c8e))



# [1.0.0](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.3.0...v1.0.0) (2023-12-2)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-image-placeholder",
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"packageManager": "pnpm@8.15.5",
"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)",
Expand Down

0 comments on commit 39a7647

Please sign in to comment.