Skip to content

Commit

Permalink
Release v2.1.2 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Sep 21, 2018
1 parent dd68688 commit 49e8091
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/google-cloud-translate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

[1]: https://www.npmjs.com/package/nodejs-translate?activeTab=versions

## v2.1.2

### Bug fixes
- fix: Improve typescript types ([#124](https://github.com/googleapis/nodejs-translate/pull/124))

### Dependencies
- fix(deps): update dependency @google-cloud/common to ^0.25.0 ([#122](https://github.com/googleapis/nodejs-translate/pull/122))
- fix(deps): update dependency @google-cloud/common to ^0.24.0 ([#117](https://github.com/googleapis/nodejs-translate/pull/117))

### Internal / Testing Changes
- Enable prefer-const in the eslint config ([#123](https://github.com/googleapis/nodejs-translate/pull/123))
- Enable no-var in eslint ([#121](https://github.com/googleapis/nodejs-translate/pull/121))
- Update CI config ([#118](https://github.com/googleapis/nodejs-translate/pull/118))
- Enable noImplicitThis in tsconfig ([#115](https://github.com/googleapis/nodejs-translate/pull/115))

## v2.1.1

### Internal / Testing Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/translate",
"description": "Cloud Translation API Client Library for Node.js",
"version": "2.1.1",
"version": "2.1.2",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "npm run cover"
},
"dependencies": {
"@google-cloud/translate": "^2.1.0",
"@google-cloud/translate": "^2.1.2",
"yargs": "^12.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 49e8091

Please sign in to comment.