Skip to content

Commit 309dc37

Browse files
chore(main): release 6.0.0 (#387)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6785620 commit 309dc37

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

core/paginator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## [6.0.0](https://github.com/googleapis/nodejs-paginator/compare/v5.0.2...v6.0.0) (2025-03-04)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* migrate to node 18 ([#386](https://github.com/googleapis/nodejs-paginator/issues/386))
13+
14+
### Miscellaneous Chores
15+
16+
* Migrate to node 18 ([#386](https://github.com/googleapis/nodejs-paginator/issues/386)) ([1f4b49f](https://github.com/googleapis/nodejs-paginator/commit/1f4b49f1d0a0251a99b106adf6ce6a7e01f2fa27))
17+
718
## [5.0.2](https://github.com/googleapis/nodejs-paginator/compare/v5.0.1...v5.0.2) (2024-05-23)
819

920

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": "5.0.2",
3+
"version": "6.0.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)