From 615999503b15373390a7fcb22b962ad65e1853a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ola=20Flisb=C3=A4ck?= Date: Sun, 12 Mar 2023 19:50:31 +0100 Subject: [PATCH] docs: minor readme update --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c209ab4..9a65848 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,14 @@ Control the favicon from a React app +## Version 2.x + +The major version bump from 1.0.1 to 2.x versions does not include any API changes. The version bump was made because +the build and release system was reworked from scratch, also the component was converted to use React's functional component API. Please report bugs if you encounter any. + ## Demo -http://oflisback.github.io/react-favicon +https://oflisback.github.io/react-favicon This example is available in [example](./example).