Skip to content

Commit

Permalink
Update changelog & shared
Browse files Browse the repository at this point in the history
  • Loading branch information
KievDevel committed Apr 16, 2024
1 parent 5343ece commit a63cb3f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 1.3.2 - UNRELEASED
## 1.4.0 - 2024-04-16

### Changed

- Updated documentation links to point to the TechDocs platform.
- Moved feedback tab to a dialog which can be opened by going to the about tab
and click Give Feedback.

## 1.3.1 - 2024-03-13

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pc-nrfconnect-serial-terminal",
"version": "1.3.2",
"version": "1.4.0",
"description": "Terminal emulator for serial port connections",
"displayName": "Serial Terminal",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@nordicsemiconductor/pc-nrfconnect-shared": "^167.0.0",
"@nordicsemiconductor/pc-nrfconnect-shared": "^170.0.0",
"ansi-escapes": "^4.3.2",
"serialport": "^10.5.0",
"xterm-addon-fit": "^0.8.0",
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ render(
},
]}
autoReselectByDefault
feedback
/>
);

0 comments on commit a63cb3f

Please sign in to comment.