Skip to content

Commit

Permalink
Version 1.0.0 Beta 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Mar 21, 2021
1 parent 1d56b86 commit 3583856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,10 @@ class NotFound extends HotRouter.Home {

## Versions

### v1.0.0 Beta 4 - 3/20/2001
### v1.0.0 Beta 5 - 3/20/2021
* Pass through more HTTP errors from Express.

### v1.0.0 Beta 4 - 3/20/2021
* Pass through most HTTP errors from Express.

### v1.0.0 Beta 3 - 2/25/2021
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hot-router",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "A router for Express that lets you setup route classes to easily create routes. You can hot swap the code inside your route classes while your application is running.",
"homepage": "https://github.com/roncli/hot-router",
"bugs": {
Expand Down

0 comments on commit 3583856

Please sign in to comment.