From 62eb682cc1f2356522a1ac96bf925ace394b2a84 Mon Sep 17 00:00:00 2001 From: Marko Schulz Date: Fri, 29 Apr 2022 10:59:51 +0200 Subject: [PATCH] Explain required engine version of shared@6 --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 309a70eb0..024720084 100644 --- a/Changelog.md +++ b/Changelog.md @@ -47,6 +47,10 @@ and this project adheres to ### Steps to upgrade when using this package +- The device-lib in launcher 3.11 crashes with shared@6, so you must bump the + `engines` field in `package.json` to require at least version `3.12` of the + launcher. + - Because this version removed `nrfconnect-scripts`, all invocations of it have to be replaced with direct invocations of the corresponding tools. So in `package.json` these entries in the `scripts` property should replace the