From 96c2d6811d66d146367c09c47275a291b98fe9b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 May 2021 01:30:40 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/josh-hemphill/vite-plugin-favicon/compare/v1.0.2...v1.0.3) (2021-05-05) ### Bug Fixes * :bug: fix external type inclusion ([c75c979](https://github.com/josh-hemphill/vite-plugin-favicon/commit/c75c979c192126fffd3a46dc98a60e265eb3972b)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e87a93..3bcf60d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/josh-hemphill/vite-plugin-favicon/compare/v1.0.2...v1.0.3) (2021-05-05) + + +### Bug Fixes + +* :bug: fix external type inclusion ([c75c979](https://github.com/josh-hemphill/vite-plugin-favicon/commit/c75c979c192126fffd3a46dc98a60e265eb3972b)) + ## [1.0.2](https://github.com/josh-hemphill/vite-plugin-favicon/compare/v1.0.1...v1.0.2) (2021-05-05) diff --git a/package-lock.json b/package-lock.json index 72c36be..30d2e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "vite-plugin-favicon", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "favicons": "^6.2.1", diff --git a/package.json b/package.json index 0df678b..16e1f21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-favicon", - "version": "1.0.2", + "version": "1.0.3", "description": "Create and manage favicons for vite bundles, mostily compatible with the config of favicons-webpack-plugin", "type": "module", "scripts": {