Skip to content

Commit 9e26b1f

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.2.0 (#52)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 1ef9ec5 commit 9e26b1f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-recaptchaenterprise/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/recaptcha-enterprise?activeTab=versions
66

7+
## [1.2.0](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v1.1.4...v1.2.0) (2019-09-16)
8+
9+
10+
### Features
11+
12+
* load protos from JSON, grpc-fallback support ([7a4b2a6](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/commit/7a4b2a6))
13+
714
### [1.1.4](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v1.1.3...v1.1.4) (2019-08-26)
815

916

packages/google-cloud-recaptchaenterprise/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-recaptcha-enterprise",
33
"name": "@google-cloud/recaptcha-enterprise",
4-
"version": "1.1.4",
4+
"version": "1.2.0",
55
"author": "Google LLC",
66
"description": "reCAPTCHA Enterprise API client for Node.js",
77
"main": "src/index.js",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/recaptcha-enterprise": "^1.1.4"
16+
"@google-cloud/recaptcha-enterprise": "^1.2.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)