Skip to content

Commit

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

* 🦉 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 Sep 30, 2022
1 parent 84db53b commit 4104a21
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"packages/typeless-sample-bot": "1.0.0",
"packages/google-cloud-bigquery-analyticshub": "0.1.0",
"packages/google-cloud-bigquery-datapolicies": "0.1.0",
"packages/google-maps-routing": "0.1.0"
"packages/google-maps-routing": "0.1.1"
}
7 changes: 7 additions & 0 deletions packages/google-maps-routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/routing-v0.1.0...routing-v0.1.1) (2022-09-30)


### Bug Fixes

* **docs:** Add pretty name for API ([#3382](https://github.com/googleapis/google-cloud-node/issues/3382)) ([84db53b](https://github.com/googleapis/google-cloud-node/commit/84db53b4843df2511fee9da794b5429bd40b214d))

## 0.1.0 (2022-09-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-routing/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ accept your pull requests.

1. [Select or create a Cloud Platform project][projects].
1. [Enable billing for your project][billing].
1. [Enable the API][enable_api].
1. [Enable the Google Maps Routing API][enable_api].
1. [Set up authentication with a service account][auth] so you can access the
API from your local workstation.

Expand Down
8 changes: 4 additions & 4 deletions packages/google-maps-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[//]: # "To regenerate it, use `python -m synthtool`."
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [: Node.js Client](https://github.com/googleapis/google-cloud-node)
# [Google Maps Routing: Node.js Client](https://github.com/googleapis/google-cloud-node)

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@googlemaps/routing.svg)](https://www.npmjs.org/package/@googlemaps/routing)
Expand All @@ -16,7 +16,7 @@
A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/blob/main/CHANGELOG.md).

* [ Node.js Client API Reference][client-docs]
* [Google Maps Routing Node.js Client API Reference][client-docs]

* [github.com/googleapis/google-cloud-node](https://github.com/googleapis/google-cloud-node)

Expand All @@ -43,7 +43,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].

1. [Select or create a Cloud Platform project][projects].
1. [Enable billing for your project][billing].
1. [Enable the API][enable_api].
1. [Enable the Google Maps Routing API][enable_api].
1. [Set up authentication with a service account][auth] so you can access the
API from your local workstation.

Expand Down Expand Up @@ -169,7 +169,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-node/



The [ Node.js Client API Reference][client-docs] documentation
The [Google Maps Routing Node.js Client API Reference][client-docs] documentation
also contains samples.

## Supported Node.js Versions
Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/routing",
"version": "0.1.0",
"version": "0.1.1",
"description": " client for Node.js",
"repository": "googleapis/google-cloud-node",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-routing/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[//]: # "To regenerate it, use `python -m synthtool`."
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [: Node.js Samples](https://github.com/googleapis/google-cloud-node)
# [Google Maps Routing: Node.js Samples](https://github.com/googleapis/google-cloud-node)

[![Open in Cloud Shell][shell_img]][shell_link]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-routing",
"version": "0.1.0",
"version": "0.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-routing/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@googlemaps/routing": "^0.1.0"
"@googlemaps/routing": "^0.1.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 4104a21

Please sign in to comment.