Skip to content

Commit f60f20e

Browse files
Merge pull request #55 from gjsjohnmurray/prepare-1.0.2
CHANGELOG and README for 1.0.2
2 parents 269c2ea + 43160a4 commit f60f20e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2 (13-Nov-2020)
2+
* Display a notification when a new server is saved.
3+
* Apply a validation pattern to `pathPrefix`.
4+
15
## 1.0.1 (21-Oct-2020)
26
* Use transparent background for icon.
37

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this example two connections have been defined:
2626
"scheme": "https",
2727
"host": "webhost.local",
2828
"port": 443,
29-
"pathPrefix": "iris/dev"
29+
"pathPrefix": "/iris/dev"
3030
},
3131
"username": "alice",
3232
"description": "Development server serviced by central web host over HTTPS"

0 commit comments

Comments
 (0)