Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit f90c82c

Browse files
chore(main): release 5.3.0 (#565)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Daniel Bankhead <[email protected]>
1 parent 4c38a52 commit f90c82c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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/gcp-metadata?activeTab=versions
66

7+
## [5.3.0](https://github.com/googleapis/gcp-metadata/compare/v5.2.0...v5.3.0) (2023-06-28)
8+
9+
10+
### Features
11+
12+
* Metadata Server Detection Configuration ([#562](https://github.com/googleapis/gcp-metadata/issues/562)) ([8c7c715](https://github.com/googleapis/gcp-metadata/commit/8c7c715f1fc22ad65554a745a93915713ca6698f))
13+
714
## [5.2.0](https://github.com/googleapis/gcp-metadata/compare/v5.1.0...v5.2.0) (2023-01-03)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcp-metadata",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Get the metadata from a Google Cloud Platform environment",
55
"repository": "googleapis/gcp-metadata",
66
"main": "./build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"gcp-metadata": "^5.2.0"
17+
"gcp-metadata": "^5.3.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)