Skip to content

Commit

Permalink
Release 2.4.1: update monitor-lib (#438)
Browse files Browse the repository at this point in the history
* Update changelog & fix package.json

* Fix startup dialog

* Eslint fix

* Update Changelog.md

Co-authored-by: Grzegorz Ferenc <[email protected]>

* Update release date in Changelog.md

---------

Co-authored-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
KievDevel and greg-fer authored Aug 7, 2024
1 parent 4ac6b7e commit 9af6ce3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.4.1 - 2024-08-07

### Added

- Support for trace databases: v2.0.1, v2.0.1-FOTA, v1.3.6, and v1.3.6-FOTA.

## 2.4.0 - 2024-05-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pc-nrfconnect-cellularmonitor",
"version": "2.4.0",
"version": "2.4.1",
"description": "Capture and analyze modem traces",
"displayName": "Cellular Monitor",
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-cellularmonitor",
Expand Down Expand Up @@ -66,8 +66,5 @@
"prettier": "@nordicsemiconductor/pc-nrfconnect-shared/config/prettier.config.js",
"bundledDependencies": [
"@nordicsemiconductor/nrf-monitor-lib-js"
],
"bundleDependencies": [
"@nordicsemiconductor/nrf-monitor-lib-js"
]
}
2 changes: 1 addition & 1 deletion src/features/startup/startupDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const StartupDialog = () => {
Alternatively, in <b>Advanced options</b> you can{' '}
<a href="https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/overview.html#program-device">
program a sample
</a>
</a>{' '}
with trace enabled and upgrade your modem firmware.
</p>

Expand Down

0 comments on commit 9af6ce3

Please sign in to comment.