From 542faaa22814ef24549eaeea69631bf940138909 Mon Sep 17 00:00:00 2001 From: AlCalzone Date: Wed, 30 Aug 2023 14:48:26 +0200 Subject: [PATCH] mention required npm version in 3.0.0 changelog (#571) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05ccfc0..85df507 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ If you find errors in the definitions, e.g. function calls that should be allowe ### 3.0.0 (2023-07-28) - (foxriver76) port from `@types/iobroker` to `@iobroker/types` - (foxriver76) export dns resolution methods +- **BREAKING:** requires `npm` v7 or newer and/or Node.js 16 or newer ### 2.6.8 (2023-03-24) - (Apollon77) Expose more JS-Controller internals under the `commonTools` export