Skip to content

Commit 287cec7

Browse files
Fix verbose logging (#531)
* Update shared to v219.0.0; Update ver & changelog * Update changelog * Update changelog date
1 parent 25fdcd1 commit 287cec7

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.6.2 - 2025-07-14
2+
3+
### Fixed
4+
5+
- Issue with selecting devices when logging is set to verbose.
6+
17
## 4.6.1 - 2025-07-08
28

39
### Changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pc-nrfconnect-programmer",
3-
"version": "4.6.1",
3+
"version": "4.6.2",
44
"displayName": "Programmer",
55
"description": "Tool for flash programming Nordic SoCs and SiPs",
66
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-programmer",
@@ -47,7 +47,7 @@
4747
"prepare": "husky install"
4848
},
4949
"devDependencies": {
50-
"@nordicsemiconductor/pc-nrfconnect-shared": "^218.0.0"
50+
"@nordicsemiconductor/pc-nrfconnect-shared": "^219.0.0"
5151
},
5252
"eslintConfig": {
5353
"extends": "./node_modules/@nordicsemiconductor/pc-nrfconnect-shared/config/eslintrc"

0 commit comments

Comments
 (0)