Skip to content

Commit

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


## [4.0.1](googleapis/nodejs-service-directory@v4.0.0...v4.0.1) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#236](googleapis/nodejs-service-directory#236)) ([f72541a](googleapis/nodejs-service-directory@f72541a))

---
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 b7a664a commit b93e763
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-servicedirectory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.1](https://github.com/googleapis/nodejs-service-directory/compare/v4.0.0...v4.0.1) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#236](https://github.com/googleapis/nodejs-service-directory/issues/236)) ([f72541a](https://github.com/googleapis/nodejs-service-directory/commit/f72541a014de7b748dde57d1f29064f48d935b36))

## [4.0.0](https://github.com/googleapis/nodejs-service-directory/compare/v3.4.0...v4.0.0) (2022-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-servicedirectory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/service-directory",
"version": "4.0.0",
"version": "4.0.1",
"description": "Servicedirectory client for Node.js",
"repository": "googleapis/nodejs-service-directory",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-servicedirectory",
"version": "4.0.0",
"version": "4.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-servicedirectory",
"version": "4.0.0",
"version": "4.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
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-directory": "^4.0.0",
"@google-cloud/service-directory": "^4.0.1",
"eslint": "^7.0.0",
"json-schema": "^0.4.0",
"uuid": "^8.0.0"
Expand Down

0 comments on commit b93e763

Please sign in to comment.