We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacc266 commit 68d8639Copy full SHA for 68d8639
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@axonlabs/hot-reload-plugin",
3
- "version": "1.0.1",
+ "version": "1.1.1",
4
"description": "HotReloadPlugin is an Axon plugin that enables dynamic hot‑reloading of route modules.",
5
"keywords": [
6
"Axon",
src/index.ts
@@ -18,7 +18,7 @@ import chokidar from "chokidar";
18
*/
19
class HotReload implements AxonPlugin {
20
public name = "Hot Reload";
21
- public version = "1.0.0";
+ public version = "1.1.1";
22
23
private routesDir: string;
24
private rootDir: string;
0 commit comments