@robgietema/generator-nick 0.0.3 → 0.0.4

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 ADDED
@@ -0,0 +1,25 @@
1
+ # Change Log
2
+
3
+ ## 0.0.4 (2024-12-18)
4
+
5
+ ### Feature
6
+
7
+ - Add Node 23 support @robgietema
8
+
9
+ ## 0.0.3 (2024-12-13)
10
+
11
+ ### Bugfix
12
+
13
+ - Change seed in config @robgietema
14
+
15
+ ## 0.0.2 (2024-12-13)
16
+
17
+ ### Bugfix
18
+
19
+ - Change templates to match new config @robgietema
20
+
21
+ ## 0.0.1 (2022-10-11)
22
+
23
+ ### Feature
24
+
25
+ - Initial release @robgietema
@@ -44,7 +44,7 @@
44
44
  ]
45
45
  },
46
46
  "engines": {
47
- "node": "^20 || ^22"
47
+ "node": "^20 || ^22 || ^23"
48
48
  },
49
49
  "devDependencies": {},
50
50
  "dependencies": {}
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "0.0.3",
12
+ "version": "0.0.4",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:robgietema/nick.git"
@@ -30,7 +30,7 @@
30
30
  "cms"
31
31
  ],
32
32
  "engines": {
33
- "node": "^20 || ^22"
33
+ "node": "^20 || ^22 || ^23"
34
34
  },
35
35
  "dependencies": {
36
36
  "update-notifier": "^5.0.1",