Skip to content

Commit d333652

Browse files
authored
Release 1.6.0: prepare changelog (#194)
* Update changelog and version * Update version * Fix grammar
1 parent 1dc10ab commit d333652

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

Changelog.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## 1.5.1 - 2023-12-14
1+
## 1.6.0 - 2024-01-08
22

3-
## Added
3+
### Added
4+
5+
- Persist state of `show log` panel.
6+
- Feedback tab.
7+
8+
### Fixed
49

5-
- Persist state of `show log` panel
6-
- Feedback tab
10+
- Duplication of the events sent by analytics.
711

812
## 1.5.0 - 2023-12-07
913

package-lock.json

Lines changed: 6 additions & 6 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-rssi",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"displayName": "RSSI Viewer",
55
"description": "Live visualization of RSSI vs frequency in the 2.4 GHz band",
66
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-rssi",
@@ -47,7 +47,7 @@
4747
"prepare": "husky install"
4848
},
4949
"devDependencies": {
50-
"@nordicsemiconductor/pc-nrfconnect-shared": "^142.0.0",
50+
"@nordicsemiconductor/pc-nrfconnect-shared": "^145.0.0",
5151
"chart.js": "^4.0.1",
5252
"chartjs-plugin-datalabels": "2.2.0",
5353
"react-chartjs-2": "^5.0.1"

0 commit comments

Comments
 (0)