Skip to content

Commit

Permalink
Release: v1.1.2 (#166)
Browse files Browse the repository at this point in the history
## What's Changed
* Update gcloud versions by @google-github-actions-bot in
#144
* Update gcloud versions by @google-github-actions-bot in
#145
* Update gcloud versions by @google-github-actions-bot in
#146
* Update gcloud versions by @google-github-actions-bot in
#147
* Update gcloud versions by @google-github-actions-bot in
#148
* Update gcloud versions by @google-github-actions-bot in
#149
* Update gcloud versions by @google-github-actions-bot in
#151
* Update gcloud versions by @google-github-actions-bot in
#154
* Update gcloud versions by @google-github-actions-bot in
#155
* Update gcloud versions by @google-github-actions-bot in
#157
* Update gcloud versions by @google-github-actions-bot in
#159
* Update gcloud versions by @google-github-actions-bot in
#160
* Update gcloud versions by @google-github-actions-bot in
#161
* Update gcloud versions by @google-github-actions-bot in
#162
* Add support info by @sethvargo in
#163
* update deps by @verbanicm in
#165


**Full Changelog**:
v1.1.1...135430c
  • Loading branch information
google-github-actions-bot committed May 8, 2023
1 parent 135430c commit cece2a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20579,7 +20579,7 @@ module.exports = require("v8");
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.1","description":"Utilities to download, install and interact with the Cloud SDK for GitHub Actions","module":"dist/index.js","main":"dist/index.js","types":"dist/index.d.js","scripts":{"build":"rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts","lint":"eslint . --ext .ts,.tsx","format":"prettier --write **/*.ts","docs":"rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown","test":"mocha -r ts-node/register -t 600s \'tests/*.ts\' --exit"},"files":["dist/**/*"],"repository":{"type":"git","url":"https://github.com/google-github-actions/setup-cloud-sdk"},"keywords":["Cloud SDK","google cloud","gcloud"],"author":"Google LLC","license":"Apache-2.0","dependencies":{"@actions/core":"^1.10.0","@actions/exec":"^1.1.1","@actions/http-client":"^2.1.0","@actions/tool-cache":"^2.0.1","@google-github-actions/actions-utils":"^0.4.8","semver":"^7.5.0"},"devDependencies":{"@types/chai":"^4.3.x","@types/mocha":"^10.0.1","@types/node":"^20.1.0","@types/sinon":"^10.0.14","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^5.59.2","@vercel/ncc":"^0.36.1","chai":"^4.3.x","eslint":"^8.40.0","eslint-config-prettier":"^8.8.0","eslint-plugin-prettier":"^4.2.1","mocha":"^10.2.0","prettier":"^2.8.8","sinon":"^15.0.4","ts-node":"^10.9.1","typedoc":"^0.24.7","typedoc-plugin-markdown":"^3.15.3","typescript":"^5.0.4"}}');
module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.2","description":"Utilities to download, install and interact with the Cloud SDK for GitHub Actions","module":"dist/index.js","main":"dist/index.js","types":"dist/index.d.js","scripts":{"build":"rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts","lint":"eslint . --ext .ts,.tsx","format":"prettier --write **/*.ts","docs":"rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown","test":"mocha -r ts-node/register -t 600s \'tests/*.ts\' --exit"},"files":["dist/**/*"],"repository":{"type":"git","url":"https://github.com/google-github-actions/setup-cloud-sdk"},"keywords":["Cloud SDK","google cloud","gcloud"],"author":"Google LLC","license":"Apache-2.0","dependencies":{"@actions/core":"^1.10.0","@actions/exec":"^1.1.1","@actions/http-client":"^2.1.0","@actions/tool-cache":"^2.0.1","@google-github-actions/actions-utils":"^0.4.8","semver":"^7.5.0"},"devDependencies":{"@types/chai":"^4.3.x","@types/mocha":"^10.0.1","@types/node":"^20.1.0","@types/sinon":"^10.0.14","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^5.59.2","@vercel/ncc":"^0.36.1","chai":"^4.3.x","eslint":"^8.40.0","eslint-config-prettier":"^8.8.0","eslint-plugin-prettier":"^4.2.1","mocha":"^10.2.0","prettier":"^2.8.8","sinon":"^15.0.4","ts-node":"^10.9.1","typedoc":"^0.24.7","typedoc-plugin-markdown":"^3.15.3","typescript":"^5.0.4"}}');

/***/ })

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-github-actions/setup-cloud-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "Utilities to download, install and interact with the Cloud SDK for GitHub Actions",
"module": "dist/index.js",
"main": "dist/index.js",
Expand Down

0 comments on commit cece2a5

Please sign in to comment.