Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
chore(main): release 3.0.5 (#337)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


### [3.0.5](v3.0.4...v3.0.5) (2022-04-13)


### Bug Fixes

* **typescript:** address bug with GoogleAuth types ([#336](#336)) ([c78f532](c78f532))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Apr 13, 2022
1 parent f2e35e9 commit 9e6d902
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [3.0.5](https://github.com/googleapis/nodejs-gce-images/compare/v3.0.4...v3.0.5) (2022-04-13)


### Bug Fixes

* **typescript:** address bug with GoogleAuth types ([#336](https://github.com/googleapis/nodejs-gce-images/issues/336)) ([c78f532](https://github.com/googleapis/nodejs-gce-images/commit/c78f532a95bf90f04b2628d536abf5f23c0e41ee))

### [3.0.4](https://www.github.com/googleapis/nodejs-gce-images/compare/v3.0.3...v3.0.4) (2021-08-14)


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": "gce-images",
"version": "3.0.4",
"version": "3.0.5",
"description": "Get a list of globally available Google Compute Engine images",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
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": {
"gce-images": "^3.0.4"
"gce-images": "^3.0.5"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 9e6d902

Please sign in to comment.