create-koppajs 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -16,6 +16,17 @@ _No unreleased changes yet._
16
16
 
17
17
  ---
18
18
 
19
+ ## [1.2.5] — Router Baseline Refresh
20
+
21
+ **2026-05-13**
22
+
23
+ ### Changed
24
+
25
+ - updated the generated router starter dependency baseline to
26
+ `@koppajs/koppajs-router@0.1.3`
27
+
28
+ ---
29
+
19
30
  ## [1.2.4] — Starter Dotfile Removal
20
31
 
21
32
  **2026-04-24**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-koppajs",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Scaffold a new KoppaJS project in seconds.",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@koppajs/koppajs-core": "3.0.7",
29
- "@koppajs/koppajs-router": "0.1.2"
29
+ "@koppajs/koppajs-router": "0.1.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@koppajs/koppajs-vite-plugin": "1.0.4",