Skip to content

Commit f02e8ad

Browse files
chore: release 2.0.2 (#223)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fc32a17 commit f02e8ad

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+
### [2.0.2](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v2.0.1...v2.0.2) (2020-11-06)
8+
9+
10+
### Bug Fixes
11+
12+
* do not modify options object, use defaultScopes ([#222](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/issues/222)) ([807b692](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/commit/807b6925ce52d14b3e7b2afa75fc54da805ce604))
13+
714
### [2.0.1](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v2.0.0...v2.0.1) (2020-07-06)
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": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Google LLC",
66
"description": "reCAPTCHA Enterprise API client for Node.js",
77
"main": "build/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": "^2.0.1"
16+
"@google-cloud/recaptcha-enterprise": "^2.0.2"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)