Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
updated to version 9.32.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Oct 4, 2017
1 parent 72486d6 commit 7492f41
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)

Expand Down
Binary file modified img/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ export function readSocket(socket: Net.Socket, numberOfBytes: number): Promise<B
/**
* Removes documents from a storage.
*
* @param {deploy_contracts.Document|sc_contracts.Document[]} docs The document(s) to remove.
* @param {deploy_contracts.Document|deploy_contracts.Document[]} docs The document(s) to remove.
* @param {deploy_contracts.Document[]} storage The storage.
*
* @return {deploy_contracts.Document[]} The removed documents.
Expand Down
2 changes: 1 addition & 1 deletion src/lang/pt-br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Translation } from '../i18';

// Brazilian Portuguese
//
// Translated by: Celio Rodrigues (https://github.com/ItsMeCelio)
// Translated by: Celio Rodrigues (https://github.com/rodriguescelio)
export const translation: Translation = {
__plugins: {
reload: {
Expand Down

0 comments on commit 7492f41

Please sign in to comment.