Skip to content

Commit

Permalink
chore: release main (#4239)
Browse files Browse the repository at this point in the history
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] authored May 4, 2023
1 parent d852042 commit 9f0e301
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@
"packages/google-cloud-alloydb": "0.1.1",
"packages/google-cloud-workstations": "0.1.1",
"packages/google-cloud-confidentialcomputing": "0.1.0",
"packages/google-ai-generativelanguage": "0.1.0"
"packages/google-ai-generativelanguage": "0.1.1"
}
20 changes: 19 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "d8520421c0d4c306d8a0d2cf8bf94186d6a27a6b",
"message": "Fix sample links in README",
"issues": [
"4236"
],
"scope": "docs"
}
],
"version": "0.1.1",
"language": "JAVASCRIPT",
"artifactName": "@google-ai/generativelanguage",
"id": "b92dca26-b078-416d-90f9-e2b524246061",
"createTime": "2023-05-04T18:01:19.725Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -9218,5 +9236,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-05-04T06:19:34.845Z"
"updateTime": "2023-05-04T18:01:19.725Z"
}
7 changes: 7 additions & 0 deletions packages/google-ai-generativelanguage/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/generativelanguage-v0.1.0...generativelanguage-v0.1.1) (2023-05-04)


### Bug Fixes

* **docs:** Fix sample links in README ([#4236](https://github.com/googleapis/google-cloud-node/issues/4236)) ([d852042](https://github.com/googleapis/google-cloud-node/commit/d8520421c0d4c306d8a0d2cf8bf94186d6a27a6b))

## 0.1.0 (2023-05-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-ai-generativelanguage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-ai/generativelanguage",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generative Language 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-generativelanguage",
"version": "0.1.0",
"version": "0.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-ai-generativelanguage/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-ai/generativelanguage": "^0.1.0"
"@google-ai/generativelanguage": "^0.1.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 9f0e301

Please sign in to comment.