Skip to content

Commit

Permalink
chore: release 1.0.1 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 13, 2021
1 parent abd1441 commit 1161674
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-apigateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/nodejs-api-gateway/compare/v1.0.0...v1.0.1) (2021-05-12)


### Bug Fixes

* **deps:** require google-gax v2.12.0 ([#23](https://www.github.com/googleapis/nodejs-api-gateway/issues/23)) ([9d7920e](https://www.github.com/googleapis/nodejs-api-gateway/commit/9d7920ea5e76253e1a042f29ff67dc5c36df0015))
* use require() to load JSON protos ([#26](https://www.github.com/googleapis/nodejs-api-gateway/issues/26)) ([e343ef1](https://www.github.com/googleapis/nodejs-api-gateway/commit/e343ef1bf9c8d34ec4f1a0281ed40ff4184c976f))

## 1.0.0 (2021-03-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-apigateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/api-gateway",
"version": "1.0.0",
"version": "1.0.1",
"description": "Apigateway client for Node.js",
"repository": "googleapis/nodejs-api-gateway",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-apigateway/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/api-gateway": "^1.0.0"
"@google-cloud/api-gateway": "^1.0.1"
},
"devDependencies": {
"c8": "^7.3.0",
Expand Down

0 comments on commit 1161674

Please sign in to comment.