Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#86)
Browse files Browse the repository at this point in the history
* chore(main): release 2.0.0

* 🦉 Updates from OwlBot post-processor

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] and gcf-owl-bot[bot] authored May 18, 2022
1 parent d1178eb commit f8eb6cd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-privatecatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/googleapis/nodejs-private-catalog/compare/v1.1.1...v2.0.0) (2022-05-17)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#85)

### Build System

* update library to use Node 12 ([#85](https://github.com/googleapis/nodejs-private-catalog/issues/85)) ([e696cd7](https://github.com/googleapis/nodejs-private-catalog/commit/e696cd7c16ce8a80822e1f85cd35c2b072ea8d80))

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


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.1",
"version": "2.0.0",
"description": "cloudprivatecatalog client for Node.js",
"repository": "googleapis/nodejs-private-catalog",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-privatecatalog",
"version": "1.1.1",
"version": "2.0.0",
"language": "TYPESCRIPT",
"apis": [
{
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.1"
"@google-cloud/private-catalog": "^2.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit f8eb6cd

Please sign in to comment.