Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#12)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.1.0](googleapis/nodejs-dataplex@v1.0.0...v1.1.0) (2022-02-16)


### Features

* add Content APIs ([#11](googleapis/nodejs-dataplex#11)) ([09ea109](googleapis/nodejs-dataplex@09ea109))
* add Create|Update|Delete Metadata APIs (e.g. Entity and/or Partition). ([09ea109](googleapis/nodejs-dataplex@09ea109))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Feb 16, 2022
1 parent 198e961 commit bb48829
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-dataplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.0](https://github.com/googleapis/nodejs-dataplex/compare/v1.0.0...v1.1.0) (2022-02-16)


### Features

* add Content APIs ([#11](https://github.com/googleapis/nodejs-dataplex/issues/11)) ([09ea109](https://github.com/googleapis/nodejs-dataplex/commit/09ea109f0e9a6edc5e6eefa345833689422785eb))
* add Create|Update|Delete Metadata APIs (e.g. Entity and/or Partition). ([09ea109](https://github.com/googleapis/nodejs-dataplex/commit/09ea109f0e9a6edc5e6eefa345833689422785eb))

## 1.0.0 (2022-02-07)


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

0 comments on commit bb48829

Please sign in to comment.