Skip to content

Commit 68d8639

Browse files
committed
chore(version): update plugin versions.
1 parent eacc266 commit 68d8639

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axonlabs/hot-reload-plugin",
3-
"version": "1.0.1",
3+
"version": "1.1.1",
44
"description": "HotReloadPlugin is an Axon plugin that enables dynamic hot‑reloading of route modules.",
55
"keywords": [
66
"Axon",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import chokidar from "chokidar";
1818
*/
1919
class HotReload implements AxonPlugin {
2020
public name = "Hot Reload";
21-
public version = "1.0.0";
21+
public version = "1.1.1";
2222

2323
private routesDir: string;
2424
private rootDir: string;

0 commit comments

Comments
 (0)