Skip to content

Commit d0d263a

Browse files
yoshi-automationjkwlui
authored andcommittedAug 13, 2019
chore: release 2.0.5 (#525)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 7090c39 commit d0d263a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

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

7+
### [2.0.5](https://github.com/googleapis/nodejs-bigtable/compare/v2.0.4...v2.0.5) (2019-08-13)
8+
9+
10+
### Bug Fixes
11+
12+
* allow calls with no request, add JSON proto ([fb6ced6](https://github.com/googleapis/nodejs-bigtable/commit/fb6ced6))
13+
* **deps:** use the latest extend ([#529](https://github.com/googleapis/nodejs-bigtable/issues/529)) ([7090c39](https://github.com/googleapis/nodejs-bigtable/commit/7090c39))
14+
* **types:** Include TypeScript types with module ([#527](https://github.com/googleapis/nodejs-bigtable/issues/527)) ([cd9e517](https://github.com/googleapis/nodejs-bigtable/commit/cd9e517))
15+
716
### [2.0.4](https://github.com/googleapis/nodejs-bigtable/compare/v2.0.3...v2.0.4) (2019-08-01)
817

918

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigtable",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Cloud Bigtable Client Library for Node.js",
55
"keywords": [
66
"bigtable",

‎samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node": ">=8"
1414
},
1515
"dependencies": {
16-
"@google-cloud/bigtable": "^2.0.4",
16+
"@google-cloud/bigtable": "^2.0.5",
1717
"uuid": "^3.1.0",
1818
"yargs": "^13.0.0"
1919
},

0 commit comments

Comments
 (0)