From eff6d017f4fb4d3964132e0dc1aacce322ee1d4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Jul 2024 10:24:20 +0000 Subject: [PATCH] chore(release): 2.0.6 [skip ci] ## [2.0.6](https://github.com/oflisback/react-favicon/compare/v2.0.5...v2.0.6) (2024-07-07) ### Bug Fixes * avoid default keepIconLink fn recreation ([fd525ce](https://github.com/oflisback/react-favicon/commit/fd525ce9ac276ad73b7732d3fe4375377c0f8a07)) * Removed defaultProps from component, resolves [#54](https://github.com/oflisback/react-favicon/issues/54) ([0551f3b](https://github.com/oflisback/react-favicon/commit/0551f3b03d3075bc702280639b927bce01d89382)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e692bb4..48803db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-favicon", - "version": "2.0.5", + "version": "2.0.6", "description": "React favicon helper", "main": "dist/index.js", "repository": "oflisback/react-favicon",