diff --git a/CHANGELOG.md b/CHANGELOG.md index 092c435..e30bd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log (vs-deploy) +## 9.32.6 (October 4th, 2017; brazilian portuguese translation) + +* [portuguese (brazilian) translation](https://github.com/mkloubert/vs-deploy/blob/master/src/lang/pt-br.ts) updated by [Celio Rodrigues](https://github.com/rodriguescelio) + ## 9.32.5 (September 27th, 2017; french translation) * [french translation](https://github.com/mkloubert/vs-deploy/blob/master/src/lang/fr.ts) updated by [neiobaf](https://github.com/neiobaf) @@ -26,7 +30,7 @@ ## 9.28.1 (July 21st, 2017; brazilian portuguese translation) -* added portuguese (brazilian) translation (thanks to [Celio Rodrigues](https://github.com/ItsMeCelio)!) +* added portuguese (brazilian) translation (thanks to [Celio Rodrigues](https://github.com/rodriguescelio)!) ## 9.27.0 (July 3rd, 2017; spanish translation) diff --git a/img/screenshot1.png b/img/screenshot1.png index f81d058..6bbc24f 100644 Binary files a/img/screenshot1.png and b/img/screenshot1.png differ diff --git a/package-lock.json b/package-lock.json index f014500..be2807c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vs-deploy", - "version": "9.32.5", + "version": "9.32.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98b9c7e..ba58faf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vs-deploy", "displayName": "Deploy", "description": "Commands for deploying files of your workspace to a destination.", - "version": "9.32.5", + "version": "9.32.6", "publisher": "mkloubert", "engines": { "vscode": "^1.6.0" diff --git a/src/helpers.ts b/src/helpers.ts index ac41d0f..3bd28b5 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -2207,7 +2207,7 @@ export function readSocket(socket: Net.Socket, numberOfBytes: number): Promise