Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This project does _not_ adhere to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
every new version is a new major version.

## 178.0.0 - 2024-06-07

### Changed

- Before each install nrfutil will update the core and then try to install

## 177.0.0 - 2024-05-28

### Added
Expand Down
1 change: 1 addition & 0 deletions nrfutil/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ export default async (
const result = await sandbox.isSandboxInstalled();

if (!result) {
await sandbox.updateNrfUtilCore();
await sandbox.prepareSandbox(onProgress);
} else {
// update nrfutil core
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nordicsemiconductor/pc-nrfconnect-shared",
"version": "177.0.0",
"version": "178.0.0",
"description": "Shared commodities for developing pc-nrfconnect-* packages",
"repository": {
"type": "git",
Expand Down