diff --git a/CHANGELOG b/CHANGELOG index d779627e0..7636b4311 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,15 @@ # CHANGELOG +## [4.5.12](https://github.com/mx-space/kami/compare/v4.5.11...v4.5.12) (2023-06-23) + + +### Bug Fixes + +* add `size` and `type` for favicon ([57f90b6](https://github.com/mx-space/kami/commit/57f90b66ae23d5604c465df29e7859a3670611e5)) +* lcp ([c004a7d](https://github.com/mx-space/kami/commit/c004a7d5032c7423e51b57962f5298eeafca81b6)) + + + ## [4.5.11](https://github.com/mx-space/kami/compare/v4.5.10...v4.5.11) (2023-06-14) diff --git a/package.json b/package.json index adbd9da3d..16afebee0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mx-kami", "license": "GPL-3.0", "private": false, - "version": "4.5.11", + "version": "4.5.12", "engines": { "node": ">=14" },