Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#520)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 22, 2022
1 parent 71880b1 commit 503b077
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

[1]: https://www.npmjs.com/package/gcp-metadata?activeTab=versions

## [5.0.0](https://github.com/googleapis/gcp-metadata/compare/v4.3.1...v5.0.0) (2022-04-22)


### ⚠ BREAKING CHANGES

* drop node 10, update typescript to 4.6.3 (#519)

### Build System

* drop node 10, update typescript to 4.6.3 ([#519](https://github.com/googleapis/gcp-metadata/issues/519)) ([688749b](https://github.com/googleapis/gcp-metadata/commit/688749bc50407f3cd127a0b10ae09487d6fe5aea))

### [4.3.1](https://www.github.com/googleapis/gcp-metadata/compare/v4.3.0...v4.3.1) (2021-09-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcp-metadata",
"version": "4.3.1",
"version": "5.0.0",
"description": "Get the metadata from a Google Cloud Platform environment",
"repository": "googleapis/gcp-metadata",
"main": "./build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha"
},
"dependencies": {
"gcp-metadata": "^4.3.1"
"gcp-metadata": "^5.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 503b077

Please sign in to comment.