Skip to content

Commit 209eb2b

Browse files
chore(main): release google-apis-generator 0.11.1 (#13163)
1 parent b639c45 commit 209eb2b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"google-apis-core": "0.9.3",
3-
"google-apis-generator": "0.11.0"
3+
"google-apis-core+FILLER": "0.0.0",
4+
"google-apis-generator": "0.11.1",
5+
"google-apis-generator+FILLER": "0.0.0"
46
}

google-apis-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 0.11.1 (2023-01-04)
4+
5+
#### Bug Fixes
6+
7+
* Fix crash when a response doesn't reference a type ([#13150](https://github.com/googleapis/google-api-ruby-client/issues/13150))
8+
39
### 0.11.0 (2022-10-18)
410

511
#### Features

google-apis-generator/lib/google/apis/generator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Google
1616
module Apis
1717
class Generator
18-
VERSION = "0.11.0"
18+
VERSION = "0.11.1"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)