Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#50)
Browse files Browse the repository at this point in the history
* chore(main): release 2.1.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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Jul 13, 2022
1 parent d7b3075 commit 643ef92
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-vmmigration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/googleapis/nodejs-vmmigration/compare/v2.0.0...v2.1.0) (2022-07-13)


### Features

* support regapic LRO ([#49](https://github.com/googleapis/nodejs-vmmigration/issues/49)) ([8a8ba70](https://github.com/googleapis/nodejs-vmmigration/commit/8a8ba705e8d956e080cc8ee23cf01b1605166283))

## [2.0.0](https://github.com/googleapis/nodejs-vmmigration/compare/v1.0.0...v2.0.0) (2022-05-19)


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.0.0",
"version": "2.1.0",
"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.0.0",
"version": "2.1.0",
"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.0.0"
"@google-cloud/vmmigration": "^2.1.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 643ef92

Please sign in to comment.