diff --git a/README.md b/README.md index 1a54add..409e15f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 26b9c55..5000022 100644 --- a/package.json +++ b/package.json @@ -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": {