Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNico committed Nov 9, 2021
1 parent 8a332a6 commit 6451b77
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CHANGELOG.md

## 1.0.0 (unreleased)

Features:

- BREAKING: upgrade to use `react-router-dom: ^6.0.1`
- BREAKING: `Redirect` renamed to `Navigate` to conform with react-router-dom naming

Fix:

- use correct JSX syntax in `Middleware` documentation example
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-router-dom"
],
"license": "MIT",
"author": "Nicolas Schlecker (hi@nicolasschlecker.de)",
"author": "Nicolas Schlecker (nicolasschlecker@gmail.com)",
"main": "dist/index.js",
"module": "dist/react-typesafe-routes.esm.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 6451b77

Please sign in to comment.