Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#363)
Browse files Browse the repository at this point in the history
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] authored Jun 20, 2022
1 parent db549af commit 2aa17f1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions packages/google-cloud-datacatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

[1]: https://www.npmjs.com/package/@google-cloud/datacatalog?activeTab=versions

## [3.0.0](https://github.com/googleapis/nodejs-datacatalog/compare/v2.6.0...v3.0.0) (2022-06-10)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#362)

### Features

* AuditConfig for IAM v1 ([#349](https://github.com/googleapis/nodejs-datacatalog/issues/349)) ([39a829e](https://github.com/googleapis/nodejs-datacatalog/commit/39a829e7da308c9b1c91e347c8729bfbc5ba39c8))


### Bug Fixes

* **deps:** roll back dependency @google-cloud/datacatalog to ^2.5.0 ([#345](https://github.com/googleapis/nodejs-datacatalog/issues/345)) ([5fc48ab](https://github.com/googleapis/nodejs-datacatalog/commit/5fc48ab5bae55c0bc1f62a1418eaa74a8fae1034))
* **deps:** update dependency @google-cloud/bigquery to v6 ([#365](https://github.com/googleapis/nodejs-datacatalog/issues/365)) ([4d966a1](https://github.com/googleapis/nodejs-datacatalog/commit/4d966a161e034142ad7db54c0c06dc962199caad))


### Build System

* update library to use Node 12 ([#362](https://github.com/googleapis/nodejs-datacatalog/issues/362)) ([9d8688b](https://github.com/googleapis/nodejs-datacatalog/commit/9d8688bcf7c9f1ddc4c3cfe0f05d69b138198ec8))

## [2.6.0](https://github.com/googleapis/nodejs-datacatalog/compare/v2.5.0...v2.6.0) (2022-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-datacatalog",
"name": "@google-cloud/datacatalog",
"version": "2.6.0",
"version": "3.0.0",
"author": "Google LLC",
"description": "Google Cloud Data Catalog API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-datacatalog",
"version": "2.6.0",
"version": "3.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-datacatalog",
"version": "2.6.0",
"version": "3.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/datacatalog": "^2.5.0",
"@google-cloud/datacatalog": "^3.0.0",
"uuid": "^8.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit 2aa17f1

Please sign in to comment.