diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbae74..7e87a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/josh-hemphill/vite-plugin-favicon/compare/v1.0.1...v1.0.2) (2021-05-05) + + +### Bug Fixes + +* :bug: fix publish ci and description ([d425edd](https://github.com/josh-hemphill/vite-plugin-favicon/commit/d425edd85ceab784da6d3bc5967c0cc9e1a30af5)) + ## [1.0.1](https://github.com/josh-hemphill/vite-plugin-favicon/compare/v1.0.0...v1.0.1) (2021-05-05) diff --git a/package-lock.json b/package-lock.json index 9c9a743..72c36be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "vite-plugin-favicon", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "favicons": "^6.2.1", diff --git a/package.json b/package.json index f783438..38fe4b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-favicon", - "version": "1.0.1", + "version": "1.0.2", "description": "Create and manage favicons for vite bundles, mostily compatible with the config of favicons-webpack-plugin", "type": "module", "scripts": {