gce-images
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -7,2 +7,9 @@ # Changelog | ||
## [4.0.1](https://github.com/googleapis/nodejs-gce-images/compare/v4.0.0...v4.0.1) (2022-08-23) | ||
### Bug Fixes | ||
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-gce-images/issues/1546)) ([#350](https://github.com/googleapis/nodejs-gce-images/issues/350)) ([5b5384c](https://github.com/googleapis/nodejs-gce-images/commit/5b5384cd4e366b17c0c826d5d1b48331b0a5a198)) | ||
## [4.0.0](https://github.com/googleapis/nodejs-gce-images/compare/v3.0.5...v4.0.0) (2022-05-20) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "gce-images", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Get a list of globally available Google Compute Engine images", | ||
@@ -61,3 +61,3 @@ "main": "./build/src/index.js", | ||
"intelli-espower-loader": "^1.0.1", | ||
"linkinator": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"mocha": "^9.2.2", | ||
@@ -64,0 +64,0 @@ "source-map-support": "^0.5.6", |
42190