Skip to content

Commit

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

* 🦉 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 Nov 11, 2022
1 parent 68e9f7f commit 02ebc82
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-metastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.1.2](https://github.com/googleapis/nodejs-dataproc-metastore/compare/v3.1.1...v3.1.2) (2022-11-11)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#161](https://github.com/googleapis/nodejs-dataproc-metastore/issues/161)) ([805456b](https://github.com/googleapis/nodejs-dataproc-metastore/commit/805456ba20ea8ab7186de272fdf1496e33eed184))
* Preserve default values in x-goog-request-params header ([#154](https://github.com/googleapis/nodejs-dataproc-metastore/issues/154)) ([f4b5e70](https://github.com/googleapis/nodejs-dataproc-metastore/commit/f4b5e703688084a52b34aacb1c7794cad34612b6))
* Regenerated protos JS and TS definitions ([#164](https://github.com/googleapis/nodejs-dataproc-metastore/issues/164)) ([6240505](https://github.com/googleapis/nodejs-dataproc-metastore/commit/6240505d07404d92e255fbf8fefa67fbb133016f))

## [3.1.1](https://github.com/googleapis/nodejs-dataproc-metastore/compare/v3.1.0...v3.1.1) (2022-09-01)


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

0 comments on commit 02ebc82

Please sign in to comment.