@hiiretail/gcp-infra-cli 0.75.0 → 0.75.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ Changelog of key features is available in [CHANGELOG.md](./CHANGELOG.md)
39
39
 
40
40
  Development tools needed are:
41
41
 
42
- * Latest Node 12 LTS release
42
+ * Latest Node 16 LTS release
43
43
  * Docker
44
44
  * Pre-commit
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.75.0",
3
+ "version": "0.75.1",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {