Skip to content

Commit 01a5e8b

Browse files
author
Benjamin E. Coe
authored
chore: release 1.0.0 (#20)
1 parent 0bc5f08 commit 01a5e8b

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
[npm history][1]
4+
5+
[1]: https://www.npmjs.com/package/@google-cloud/recaptcha-enterprise?activeTab=versions
6+
7+
## 1.0.0 (2019-05-14)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency google-gax to v1 ([#17](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/issues/17)) ([0f9e159](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/commit/0f9e159))
13+
* DEADLINE_EXCEEDED retry code is idempotent ([#10](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/issues/10)) ([746151c](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/commit/746151c))
14+
* do not retry request on DEADLINE_EXCEEDED ([a6e9f4a](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/commit/a6e9f4a))
15+
16+
17+
### Build System
18+
19+
* upgrade engines field to >=8.10.0 ([#2](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/issues/2)) ([94d6a49](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/commit/94d6a49))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* upgrade engines field to >=8.10.0 (#2)

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": "0.1.0",
4+
"version": "1.0.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

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": "^0.1.0"
16+
"@google-cloud/recaptcha-enterprise": "^1.0.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)