Skip to content

Commit

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


## [1.1.0](googleapis/nodejs-service-management@v1.0.0...v1.1.0) (2022-06-30)


### Features

* support regapic LRO ([#154](googleapis/nodejs-service-management#154)) ([9871067](googleapis/nodejs-service-management@9871067))

---
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] authored Jun 30, 2022
1 parent 7cb193e commit 4a2fa4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-api-servicemanagement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/googleapis/nodejs-service-management/compare/v1.0.0...v1.1.0) (2022-06-30)


### Features

* support regapic LRO ([#154](https://github.com/googleapis/nodejs-service-management/issues/154)) ([9871067](https://github.com/googleapis/nodejs-service-management/commit/9871067a828e4ec332906f2013956f9b2ade2b00))

## [1.0.0](https://github.com/googleapis/nodejs-service-management/compare/v0.4.0...v1.0.0) (2022-05-31)


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

0 comments on commit 4a2fa4f

Please sign in to comment.