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

Commit ded8067

Browse files
chore(main): release 7.0.1 (#675)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ca9fcf4 commit ded8067

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+
## [7.0.1](https://github.com/googleapis/gcp-metadata/compare/v7.0.0...v7.0.1) (2025-06-25)
8+
9+
10+
### Bug Fixes
11+
12+
* Update package.json to correct value ([4b72e08](https://github.com/googleapis/gcp-metadata/commit/4b72e08b117a1b1f044984c733edb79c076d6dd6))
13+
714
## [7.0.0](https://github.com/googleapis/gcp-metadata/compare/v6.1.0...v7.0.0) (2025-06-10)
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": "7.0.0",
3+
"version": "7.0.1",
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": "^7.0.0"
17+
"gcp-metadata": "^7.0.1"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)