Skip to content

Commit

Permalink
chore: release 1.1.1 (#38)
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] authored Sep 9, 2021
1 parent 565afea commit e03944c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-privatecatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.1.1](https://www.github.com/googleapis/nodejs-private-catalog/compare/v1.1.0...v1.1.1) (2021-09-09)


### Bug Fixes

* **build:** switch primary branch to main ([#37](https://www.github.com/googleapis/nodejs-private-catalog/issues/37)) ([0d9868a](https://www.github.com/googleapis/nodejs-private-catalog/commit/0d9868aae4968603b418474f5154020225149a1c))

## [1.1.0](https://www.github.com/googleapis/nodejs-private-catalog/compare/v1.0.4...v1.1.0) (2021-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-privatecatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/private-catalog",
"version": "1.1.0",
"version": "1.1.1",
"description": "cloudprivatecatalog client for Node.js",
"repository": "googleapis/nodejs-private-catalog",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-privatecatalog/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/private-catalog": "^1.1.0"
"@google-cloud/private-catalog": "^1.1.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit e03944c

Please sign in to comment.