Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#6)
Browse files Browse the repository at this point in the history
* chore(main): release 0.1.1

* 🦉 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Jun 2, 2022
1 parent 93c870f commit e8f34ae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/googleapis/nodejs-run/compare/v0.1.0...v0.1.1) (2022-06-02)


### Bug Fixes

* fixes for dynamic routing and streaming descriptors ([#4](https://github.com/googleapis/nodejs-run/issues/4)) ([ba3c84a](https://github.com/googleapis/nodejs-run/commit/ba3c84a3192397bfa2a3e78f5d0a0c6d8d7ec266))

## 0.1.0 (2022-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/run",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cloud Run Admin API",
"repository": "googleapis/nodejs-run",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-run",
"version": "0.1.0",
"version": "0.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-run/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/run": "^0.1.0"
"@google-cloud/run": "^0.1.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit e8f34ae

Please sign in to comment.