Skip to content

Commit 72bf863

Browse files
chore(main): release 5.0.0 (#364)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0c11dd3 commit 72bf863

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

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

7+
## [5.0.0](https://github.com/googleapis/nodejs-promisify/compare/v4.1.0...v5.0.0) (2025-03-11)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade to Node 18 ([#363](https://github.com/googleapis/nodejs-promisify/issues/363))
13+
14+
### Miscellaneous Chores
15+
16+
* Upgrade to Node 18 ([#363](https://github.com/googleapis/nodejs-promisify/issues/363)) ([f8454e2](https://github.com/googleapis/nodejs-promisify/commit/f8454e21c87fd94f482e51675d604bf6f33cbeab))
17+
718
## [4.1.0](https://github.com/googleapis/nodejs-promisify/compare/v4.0.0...v4.1.0) (2025-03-05)
819

920

core/promisify/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/promisify",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "A simple utility for promisifying functions and classes.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)