Skip to content

Commit

Permalink
Version 1.0.0 Beta 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Mar 8, 2022
1 parent cb2f7c0 commit 83153e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,9 @@ class NotFound extends HotRouter.Home {

## Versions

### v1.0.0 Beta 9 - 3/8/2022
* Package updates.

### v1.0.0 Beta 8 - 9/21/2021
* Do not process any routes if headers were already sent.

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.8",
"version": "1.0.0-beta.9",
"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 83153e4

Please sign in to comment.