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

Commit

Permalink
chore: release 3.0.4 (#311)
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 Aug 19, 2021
1 parent 327a5a4 commit 957094e
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.4](https://www.github.com/googleapis/nodejs-gce-images/compare/v3.0.3...v3.0.4) (2021-08-14)


### Bug Fixes

* **build:** migrate to using main branch ([#310](https://www.github.com/googleapis/nodejs-gce-images/issues/310)) ([327a5a4](https://www.github.com/googleapis/nodejs-gce-images/commit/327a5a4645c5a766fa9f089d7b4dfba31f10db86))

### [3.0.3](https://www.github.com/googleapis/nodejs-gce-images/compare/v3.0.2...v3.0.3) (2021-02-09)


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.3",
"version": "3.0.4",
"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.3"
"gce-images": "^3.0.4"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 957094e

Please sign in to comment.