diff --git a/CHANGELOG.md b/CHANGELOG.md index f45d5fd..94c26ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9a879e7..4680884 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/samples/package.json b/samples/package.json index 08db6b8..51823ba 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha" }, "dependencies": { - "gce-images": "^3.0.3" + "gce-images": "^3.0.4" }, "devDependencies": { "chai": "^4.2.0",