From 96bd37f276bdc944cb0661258a045344e3fc8351 Mon Sep 17 00:00:00 2001 From: Maurice de Beijer Date: Tue, 9 Nov 2021 13:13:27 +0100 Subject: [PATCH] Note about the RR versions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c695c6b..6316ba5 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,11 @@ context('Open secure articles', () => { }); }); ``` + +## Versioning + +**Make sure to use the correct version of this library for you!** + +Version 1.* of this package is intended for use with React Router DOM version 5 + +Version 2.* of this package is intended for use with React Router DOM version 6 which has an breaking API. \ No newline at end of file