@teispace/next-maker 2.1.2 → 3.0.1

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
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.1](https://github.com/teispace/npm-packages/compare/next-maker-v3.0.0...next-maker-v3.0.1) (2026-05-31)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **next-maker:** guard path traversal & command injection, fix --no-* flags ([f192a7b](https://github.com/teispace/npm-packages/commit/f192a7b63144fe682ac02f11daf82d8d49a5f5dc))
9
+
10
+ ## [3.0.0](https://github.com/teispace/npm-packages/compare/next-maker-v2.1.2...next-maker-v3.0.0) (2026-05-31)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * drops support for Node 20 and 21; requires Node >=22.12.0.
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * upgrade all dependencies to latest ([#89](https://github.com/teispace/npm-packages/issues/89)) ([3e6e199](https://github.com/teispace/npm-packages/commit/3e6e1994cd82979c7acb07f6253ca1db9396e5ec))
20
+
3
21
  ## [2.1.2](https://github.com/teispace/npm-packages/compare/next-maker-v2.1.1...next-maker-v2.1.2) (2026-05-18)
4
22
 
5
23