Skip to content

Commit e3e3ee0

Browse files
1 parent fee5a15 commit e3e3ee0

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"core/packages/teeny-request": "10.1.3",
1818
"core/packages/tools": "1.1.0",
1919
"core/packages/typeless-sample-bot": "3.1.2",
20-
"core/paginator": "6.0.2",
20+
"core/paginator": "6.1.0",
2121
"core/precise-date": "5.1.0",
2222
"core/projectify": "5.1.0",
2323
"core/promisify": "5.1.0",

changelog.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "e9d308b814c3d6d97bb39873a398ba0aea807718",
9+
"message": "Update API sources and regenerate",
10+
"issues": [
11+
"8914"
12+
]
13+
}
14+
],
15+
"version": "6.1.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/paginator",
18+
"id": "daa94e13-c04b-4f1c-b683-207a94d0ed0f",
19+
"createTime": "2026-07-23T06:10:35.280Z"
20+
},
421
{
522
"changes": [
623
{

core/paginator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
[1]: https://www.npmjs.com/package/nodejs-paginator?activeTab=versions
77

8+
## [6.1.0](https://github.com/googleapis/google-cloud-node/compare/paginator-v6.0.2...paginator-v6.1.0) (2026-07-23)
9+
10+
11+
### Features
12+
13+
* Update API sources and regenerate ([#8914](https://github.com/googleapis/google-cloud-node/issues/8914)) ([e9d308b](https://github.com/googleapis/google-cloud-node/commit/e9d308b814c3d6d97bb39873a398ba0aea807718))
14+
815
## [6.0.2](https://github.com/googleapis/google-cloud-node/compare/paginator-v6.0.1...paginator-v6.0.2) (2026-06-16)
916

1017

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": "6.0.2",
3+
"version": "6.1.0",
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)