Skip to content

Commit

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

* 🦉 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 e3a2383 commit 1f2e323
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-vmmigration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.2.1](https://github.com/googleapis/nodejs-vmmigration/compare/v2.2.0...v2.2.1) (2022-11-11)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#68](https://github.com/googleapis/nodejs-vmmigration/issues/68)) ([658939e](https://github.com/googleapis/nodejs-vmmigration/commit/658939eddfed48c3057a34053200e4773013cd36))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-vmmigration/issues/1553)) ([#58](https://github.com/googleapis/nodejs-vmmigration/issues/58)) ([2904a86](https://github.com/googleapis/nodejs-vmmigration/commit/2904a8663508a1bef3c8637ebad6702d05bd1935))
* Preserve default values in x-goog-request-params header ([#62](https://github.com/googleapis/nodejs-vmmigration/issues/62)) ([2a42aea](https://github.com/googleapis/nodejs-vmmigration/commit/2a42aea5c7b10e97b0f43f134d4351a0bd14abf0))
* Regenerated protos JS and TS definitions ([#71](https://github.com/googleapis/nodejs-vmmigration/issues/71)) ([603438c](https://github.com/googleapis/nodejs-vmmigration/commit/603438c4a72376d71f87d16ef65de11e1e94589a))
* Use _gaxModule when accessing gax for bundling ([#59](https://github.com/googleapis/nodejs-vmmigration/issues/59)) ([a74d392](https://github.com/googleapis/nodejs-vmmigration/commit/a74d39272844d45c1730eafc416a88c049499b18))

## [2.2.0](https://github.com/googleapis/nodejs-vmmigration/compare/v2.1.0...v2.2.0) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vmmigration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/vmmigration",
"version": "2.2.0",
"version": "2.2.1",
"description": "vmmigration client for Node.js",
"repository": "googleapis/nodejs-vmmigration",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-vmmigration",
"version": "2.2.0",
"version": "2.2.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vmmigration/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha --recursive test/ --timeout=800000"
},
"dependencies": {
"@google-cloud/vmmigration": "^2.2.0"
"@google-cloud/vmmigration": "^2.2.1"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 1f2e323

Please sign in to comment.