Skip to content

Commit cbd93ae

Browse files
chore(main): release 0.2.2 (#21)
* chore(main): release 0.2.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c0677dc commit cbd93ae

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

packages/google-cloud-run/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/googleapis/nodejs-run/compare/v0.2.1...v0.2.2) (2022-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* better support for fallback mode ([#19](https://github.com/googleapis/nodejs-run/issues/19)) ([83e8ce5](https://github.com/googleapis/nodejs-run/commit/83e8ce58950e0a7eaedede16e53575497833331b))
9+
* change import long to require ([#20](https://github.com/googleapis/nodejs-run/issues/20)) ([5609e28](https://github.com/googleapis/nodejs-run/commit/5609e285e3ad19054466c2299e76896ef7cd70db))
10+
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-run/issues/1546)) ([#22](https://github.com/googleapis/nodejs-run/issues/22)) ([779e287](https://github.com/googleapis/nodejs-run/commit/779e287b36fa55e0d9bab843c34ef99719a6fa8e))
11+
312
## [0.2.1](https://github.com/googleapis/nodejs-run/compare/v0.2.0...v0.2.1) (2022-07-20)
413

514

packages/google-cloud-run/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/run",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Cloud Run Admin API",
55
"repository": "googleapis/nodejs-run",
66
"license": "Apache-2.0",

packages/google-cloud-run/samples/generated/v2/snippet_metadata.google.cloud.run.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-run",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-run/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/run": "^0.2.1"
16+
"@google-cloud/run": "^0.2.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)