Skip to content

Commit 56f8699

Browse files
chore: release 2.1.0 (#235)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1e1094f commit 56f8699

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/google-cloud-recaptchaenterprise/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1.0](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v2.0.3...v2.1.0) (2021-01-07)
8+
9+
10+
### Features
11+
12+
* introduces style enumeration ([#234](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/issues/234)) ([35f1bb6](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/commit/35f1bb6de0d16a10cc9e18ab7cf5aadd332bd0d8))
13+
714
### [2.0.3](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v2.0.2...v2.0.3) (2020-11-25)
815

916

packages/google-cloud-recaptchaenterprise/package.json

Lines changed: 1 addition & 1 deletion
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.3",
4+
"version": "2.1.0",
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

Lines changed: 1 addition & 1 deletion
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.3"
16+
"@google-cloud/recaptcha-enterprise": "^2.1.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)