Skip to content

Commit 68b904d

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.0.2 (#133)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent ba750f1 commit 68b904d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

core/paginator/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/nodejs-paginator?activeTab=versions
66

7+
### [1.0.2](https://www.github.com/googleapis/nodejs-paginator/compare/v1.0.1...v1.0.2) (2019-06-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** link to reference docs section on googleapis.dev ([#132](https://www.github.com/googleapis/nodejs-paginator/issues/132)) ([be231be](https://www.github.com/googleapis/nodejs-paginator/commit/be231be))
13+
714
### [1.0.1](https://www.github.com/googleapis/nodejs-paginator/compare/v1.0.0...v1.0.1) (2019-06-14)
815

916

core/paginator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/paginator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A result paging utility used by Google node.js modules",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)