From 79284456b4d38b3f18f8b902941db80db9343e04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Mar 2023 18:33:41 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/oflisback/react-favicon/compare/v2.0.2...v2.0.3) (2023-03-12) ### Bug Fixes * rewrite with functional component api ([d322a4f](https://github.com/oflisback/react-favicon/commit/d322a4f184bc36daec2b51c3f5e488851fd1ec79)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6260ac..c524cf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-favicon", - "version": "2.0.2", + "version": "2.0.3", "description": "React favicon helper", "main": "dist/index.js", "repository": "oflisback/react-favicon",