Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit a5702ff

Browse files
chore(main): release 2.0.0 (#86)
* 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>
1 parent e696cd7 commit a5702ff

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/googleapis/nodejs-private-catalog/compare/v1.1.1...v2.0.0) (2022-05-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update library to use Node 12 (#85)
9+
10+
### Build System
11+
12+
* 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))
13+
314
### [1.1.1](https://www.github.com/googleapis/nodejs-private-catalog/compare/v1.1.0...v1.1.1) (2021-09-09)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/private-catalog",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "cloudprivatecatalog client for Node.js",
55
"repository": "googleapis/nodejs-private-catalog",
66
"license": "Apache-2.0",

samples/generated/v1beta1/snippet_metadata.google.cloud.privatecatalog.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-privatecatalog",
4-
"version": "1.1.1",
4+
"version": "2.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

Lines changed: 1 addition & 1 deletion
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/private-catalog": "^1.1.1"
16+
"@google-cloud/private-catalog": "^2.0.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)