diff --git a/CHANGELOG.md b/CHANGELOG.md index efb847f..47e10be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.24.2 + - Fix LocalStorageEnvironment failure in browsers' private modes. Android, iOS, and Safari all keep LocalStorage + available, but throw when you use it. + ## 0.24.1 - Infinite loop fix when getting parent router in alternative environment. - Set default LocalStorageKeyEnvironment path to the empty string instead of undefined/null. diff --git a/package.json b/package.json index 15ea477..543a2b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-router-component", - "version": "0.24.1", + "version": "0.24.2", "description": "Declarative router component for React", "main": "index.js", "dependencies": {