Skip to content

Commit 25819c7

Browse files
chore: release 1.1.1 (#34)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6d59cad commit 25819c7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-apigateway/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.1.1](https://www.github.com/googleapis/nodejs-api-gateway/compare/v1.1.0...v1.1.1) (2021-05-25)
4+
5+
6+
### Bug Fixes
7+
8+
* GoogleAdsError missing using generator version after 1.3.0 ([#33](https://www.github.com/googleapis/nodejs-api-gateway/issues/33)) ([d58a7f6](https://www.github.com/googleapis/nodejs-api-gateway/commit/d58a7f6ac39c050cacb82367588a536df5b94090))
9+
310
## [1.1.0](https://www.github.com/googleapis/nodejs-api-gateway/compare/v1.0.1...v1.1.0) (2021-05-24)
411

512

packages/google-cloud-apigateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/api-gateway",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Apigateway client for Node.js",
55
"repository": "googleapis/nodejs-api-gateway",
66
"license": "Apache-2.0",

packages/google-cloud-apigateway/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/api-gateway": "^1.1.0"
16+
"@google-cloud/api-gateway": "^1.1.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.3.0",

0 commit comments

Comments
 (0)