Skip to content

Commit

Permalink
Version 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Jul 15, 2023
1 parent 1f5d011 commit 8686956
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.2 - 7/14/2023
* Fix bug with web socket `connection` event.

### v1.0.1 - 10/25/2022
* Package updates.

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.1",
"version": "1.0.2",
"description": "A router for Express that lets you set up route classes to easily create routes. For development, it can also be set up to 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 8686956

Please sign in to comment.