Skip to content

Commit 5f1b794

Browse files
committed
Adjust node requirements, update changelog.
1 parent b712bb6 commit 5f1b794

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,13 @@ And the folder structure would look like this:
327327

328328
> Format according to https://keepachangelog.com
329329

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+
330337
### v0.12.11
331338
#### Fixed
332339
- fix "'version' is obsolete" bug

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "Martin Herting <[email protected]>",
2424
"license": "MIT",
2525
"engines": {
26-
"node": ">=16"
26+
"node": ">=20"
2727
},
2828
"scripts": {
2929
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)