Skip to content

Commit

Permalink
Merge pull request #926 from NordicSemiconductor/feat/add-published-t…
Browse files Browse the repository at this point in the history
…ime-to-type

Feat: add property
  • Loading branch information
kylebonnici authored May 6, 2024
2 parents 6824202 + 92ea27c commit 078cfcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ every new version is a new major version.

## 176.0.0 - 2024-05-06

### Added

- Add publishTimestamp to `AppInfo.installed`

### Fixed

- NRFUtil Sandbox s installed on Apple Silicon now uses the arm64 folder and
Expand Down
1 change: 1 addition & 0 deletions ipc/MetaFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export interface AppInfo {
installed?: {
path: string;
shasum?: string;
publishTimestamp?: string;
};
}

Expand Down

0 comments on commit 078cfcd

Please sign in to comment.