We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b712bb6 commit 5f1b794Copy full SHA for 5f1b794
README.md
@@ -327,6 +327,13 @@ And the folder structure would look like this:
327
328
> Format according to https://keepachangelog.com
329
330
+### v0.13.0
331
+#### Changed
332
+- adjust node requirements
333
+- upgrade multiple packages
334
+- replace tap with native node tests
335
+- migrate to pnpm
336
+
337
### v0.12.11
338
#### Fixed
339
- fix "'version' is obsolete" bug
package.json
@@ -23,7 +23,7 @@
23
"author": "Martin Herting <[email protected]>",
24
"license": "MIT",
25
"engines": {
26
- "node": ">=16"
+ "node": ">=20"
27
},
28
"scripts": {
29
"preinstall": "npx only-allow pnpm",
0 commit comments