Skip to content

Commit d8a1eca

Browse files
authored
Release v2.1.3 (#187)
1 parent 4b86a81 commit d8a1eca

File tree

3 files changed

+53
-2
lines changed

3 files changed

+53
-2
lines changed

packages/google-cloud-translate/CHANGELOG.md

+51
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,57 @@
44

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

7+
## v2.1.3
8+
9+
12-06-2018 17:12 PST
10+
11+
### Dependencies
12+
- fix(deps): update dependency @google-cloud/common to ^0.27.0 ([#176](https://github.com/googleapis/nodejs-translate/pull/176))
13+
- chore(deps): update dependency typescript to ~3.2.0 ([#177](https://github.com/googleapis/nodejs-translate/pull/177))
14+
- chore(deps): update dependency gts to ^0.9.0 ([#170](https://github.com/googleapis/nodejs-translate/pull/170))
15+
- chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 ([#168](https://github.com/googleapis/nodejs-translate/pull/168))
16+
- chore(deps): update dependency @types/is to v0.0.21 ([#166](https://github.com/googleapis/nodejs-translate/pull/166))
17+
- chore(deps): update dependency eslint-plugin-node to v8 ([#157](https://github.com/googleapis/nodejs-translate/pull/157))
18+
- fix(deps): update dependency @google-cloud/common to ^0.26.0 ([#149](https://github.com/googleapis/nodejs-translate/pull/149))
19+
- chore(deps): update dependency sinon to v7 ([#142](https://github.com/googleapis/nodejs-translate/pull/142))
20+
- fix(deps): update dependency @google-cloud/translate to v2 ([#137](https://github.com/googleapis/nodejs-translate/pull/137))
21+
- chore(deps): update dependency eslint-plugin-prettier to v3 ([#139](https://github.com/googleapis/nodejs-translate/pull/139))
22+
- chore(deps): update dependency typescript to ~3.1.0 ([#136](https://github.com/googleapis/nodejs-translate/pull/136))
23+
24+
### Documentation
25+
- fix(docs): place doc comment above the last overload ([#186](https://github.com/googleapis/nodejs-translate/pull/186))
26+
- docs: update readme badges ([#180](https://github.com/googleapis/nodejs-translate/pull/180))
27+
- docs(samples): updated samples code to use async await ([#154](https://github.com/googleapis/nodejs-translate/pull/154))
28+
29+
### Internal / Testing Changes
30+
- chore: always nyc report before calling codecov ([#185](https://github.com/googleapis/nodejs-translate/pull/185))
31+
- chore: nyc ignore build/test by default ([#184](https://github.com/googleapis/nodejs-translate/pull/184))
32+
- chore: update license file ([#182](https://github.com/googleapis/nodejs-translate/pull/182))
33+
- fix(build): fix system key decryption ([#178](https://github.com/googleapis/nodejs-translate/pull/178))
34+
- chore: add a synth.metadata
35+
- refactor(samples): convert sample tests from ava to mocha ([#171](https://github.com/googleapis/nodejs-translate/pull/171))
36+
- chore: update eslintignore config ([#169](https://github.com/googleapis/nodejs-translate/pull/169))
37+
- chore: drop contributors from multiple places ([#167](https://github.com/googleapis/nodejs-translate/pull/167))
38+
- chore: use latest npm on Windows ([#165](https://github.com/googleapis/nodejs-translate/pull/165))
39+
- chore(build): ignore build dir with eslint
40+
- chore: update CircleCI config ([#163](https://github.com/googleapis/nodejs-translate/pull/163))
41+
- fix: fix the sample tests ([#156](https://github.com/googleapis/nodejs-translate/pull/156))
42+
- chore: update issue templates ([#155](https://github.com/googleapis/nodejs-translate/pull/155))
43+
- chore: remove old issue template ([#151](https://github.com/googleapis/nodejs-translate/pull/151))
44+
- build: run tests on node11 ([#150](https://github.com/googleapis/nodejs-translate/pull/150))
45+
- chores(build): do not collect sponge.xml from windows builds ([#148](https://github.com/googleapis/nodejs-translate/pull/148))
46+
- chores(build): run codecov on continuous builds ([#147](https://github.com/googleapis/nodejs-translate/pull/147))
47+
- chore: update new issue template ([#146](https://github.com/googleapis/nodejs-translate/pull/146))
48+
- build: fix codecov uploading on Kokoro ([#143](https://github.com/googleapis/nodejs-translate/pull/143))
49+
- Update kokoro config ([#140](https://github.com/googleapis/nodejs-translate/pull/140))
50+
- Update CI config ([#135](https://github.com/googleapis/nodejs-translate/pull/135))
51+
- samples: fixed incorrect end tag ([#134](https://github.com/googleapis/nodejs-translate/pull/134))
52+
- Update CI config ([#130](https://github.com/googleapis/nodejs-translate/pull/130))
53+
- Translate Automl samples ([#131](https://github.com/googleapis/nodejs-translate/pull/131))
54+
- Don't publish sourcemaps ([#132](https://github.com/googleapis/nodejs-translate/pull/132))
55+
- test: remove appveyor config ([#129](https://github.com/googleapis/nodejs-translate/pull/129))
56+
- build: update CI configs ([#127](https://github.com/googleapis/nodejs-translate/pull/127))
57+
758
## v2.1.2
859

960
### Bug fixes

packages/google-cloud-translate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/translate",
33
"description": "Cloud Translation API Client Library for Node.js",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

packages/google-cloud-translate/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "npm run cover"
1414
},
1515
"dependencies": {
16-
"@google-cloud/translate": "^2.1.2",
16+
"@google-cloud/translate": "^2.1.3",
1717
"@google-cloud/automl": "^0.1.1",
1818
"mathjs": "^5.1.0",
1919
"yargs": "^12.0.1"

0 commit comments

Comments
 (0)