Skip to content

Commit

Permalink
chore: release main (#4292)
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 May 22, 2023
1 parent 84fb1fe commit 2688cf8
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,6 @@
"packages/google-cloud-confidentialcomputing": "0.1.0",
"packages/google-ai-generativelanguage": "0.2.0",
"packages/google-cloud-storageinsights": "0.1.1",
"packages/google-maps-places": "0.1.0"
"packages/google-maps-places": "0.1.0",
"packages/google-cloud-support": "0.1.0"
}
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "84fb1febb2e50ba9aa1c7d863eb31ab0aab52e25",
"message": "Add initial files for google.cloud.support.v2",
"issues": [
"4288"
]
}
],
"version": "0.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/support",
"id": "4cc13bbb-f300-4a0f-8c9d-93caec5d50d4",
"createTime": "2023-05-22T17:28:11.924Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -9685,5 +9702,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-05-20T02:26:24.513Z"
"updateTime": "2023-05-22T17:28:11.924Z"
}
8 changes: 8 additions & 0 deletions packages/google-cloud-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2023-05-22)


### Features

* Add initial files for google.cloud.support.v2 ([#4288](https://github.com/googleapis/google-cloud-node/issues/4288)) ([84fb1fe](https://github.com/googleapis/google-cloud-node/commit/84fb1febb2e50ba9aa1c7d863eb31ab0aab52e25))
2 changes: 1 addition & 1 deletion packages/google-cloud-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/support",
"version": "0.0.0",
"version": "0.1.0",
"description": "Google Cloud Support API client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-support",
"version": "0.0.0",
"version": "0.1.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-support/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": {
"@google-cloud/support": "0.0.0"
"@google-cloud/support": "^0.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 2688cf8

Please sign in to comment.