From 59c58129044aeee32ac0cc476b9db667914ba52e Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 11 Jan 2023 04:32:45 +0800 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9994f5b..bfb5391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.1.2](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.1.1...v0.1.2) (2023-01-10) + + +### Bug Fixes + +* inline `[('"]` to `("` ([a0a56c3](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/a0a56c3f8d1511a9a3fe37ceaae7e66e205ada4b)) + + +### Features + +* add ratio option to set w/h ([e6995fb](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/e6995fb0974890555701bca875881032d8b43b1d)) +* add svg support ([01da606](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/01da6062862e72b9b990a872afa7bbf704990fba)) +* **types:** add comment ([e7fbc8b](https://github.com/pengzhanbo/vite-plugin-image-placeholder/commit/e7fbc8b5e06222aeaeef4c724bd2cd7750e3d6fc)) + + + ## [0.1.1](https://github.com/pengzhanbo/vite-plugin-image-placeholder/compare/v0.1.0...v0.1.1) (2023-01-10) diff --git a/package.json b/package.json index 1f3c1ef..3b748e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-image-placeholder", - "version": "0.1.1", + "version": "0.1.2", "keywords": [ "vite", "plugin",