[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#45)
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] committed Jul 13, 2022
1 parent fc8ae26 commit 1e25dbd
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-ids/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-ids/compare/v2.0.0...v2.1.0) (2022-07-12)


### Features

* support regapic LRO ([#44](https://github.com/googleapis/nodejs-ids/issues/44)) ([c2f9093](https://github.com/googleapis/nodejs-ids/commit/c2f909353ef73faeb3c272d0384490739b1134af))

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


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

0 comments on commit 1e25dbd

Please sign in to comment.