Skip to content

Commit

Permalink
release v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Feb 20, 2020
1 parent b2e6e64 commit 0b39da5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.40.0 (Feb 19, 2020)
- Ensure joined routes are slash-separated. Thanks @jsg2021. Ref: #205
- Various dev updates & rebuilds.
- Use `UNSAFE_componentWillReceiveProps` for React >= 16.3.
- #215 contains work in progress to move to `static getDerivedStateFromProps()`.

## 0.39.1 (Feb 8, 2018)
- Rem `@providesModule` from copied `warning.js` which can cause issues with Flow/RN.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
"version": "0.39.1",
"version": "0.40.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -73,4 +73,4 @@
"lint",
"test"
]
}
}

0 comments on commit 0b39da5

Please sign in to comment.