Skip to content

Commit 64f0813

Browse files
chore(main): release 5.0.0 (#347)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6e50882 commit 64f0813

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

core/projectify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
[npm history][1]
44

55
[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
6+
## [5.0.0](https://github.com/googleapis/nodejs-projectify/compare/v4.0.0...v5.0.0) (2025-03-07)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* migrate to Node 18 ([#345](https://github.com/googleapis/nodejs-projectify/issues/345))
12+
13+
### Miscellaneous Chores
14+
15+
* Migrate to Node 18 ([#345](https://github.com/googleapis/nodejs-projectify/issues/345)) ([60e3634](https://github.com/googleapis/nodejs-projectify/commit/60e363464bf938ab43fa823e9fdeb7302eff3c27))
16+
617
## [4.0.0](https://github.com/googleapis/nodejs-projectify/compare/v3.0.0...v4.0.0) (2023-08-09)
718

819

core/projectify/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/projectify",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "A simple utility for replacing the projectid token in objects.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)