Skip to content

Commit 82028e1

Browse files
Merge pull request #72 from NordicSemiconductor/release1.3.1-changelog
Release 1.3.1: prepare changelog
2 parents c183ae2 + 0b87279 commit 82028e1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## 1.3.1 - 2024-03-13
2+
3+
### Changed
4+
5+
- Updated `nrfutil device` to v2.1.1.
6+
17
## 1.3.0 - 2024-01-17
28

3-
## Added
9+
### Added
410

511
- Persist state of `show log` panel.
612
- Feedback tab.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pc-nrfconnect-serial-terminal",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Terminal emulator for serial port connections",
55
"displayName": "Serial Terminal",
66
"repository": {
@@ -10,12 +10,12 @@
1010
"author": "Nordic Semiconductor ASA",
1111
"license": "SEE LICENSE IN LICENSE",
1212
"engines": {
13-
"nrfconnect": ">=4.3.0"
13+
"nrfconnect": ">=4.4.1"
1414
},
1515
"nrfConnectForDesktop": {
1616
"nrfutil": {
1717
"device": [
18-
"2.0.3"
18+
"2.1.1"
1919
]
2020
},
2121
"html": "dist/index.html"

0 commit comments

Comments
 (0)