Skip to content

Commit

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

* 🦉 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 Aug 26, 2022
1 parent f98e99d commit d769393
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-servicedirectory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.0.2](https://github.com/googleapis/nodejs-service-directory/compare/v4.0.1...v4.0.2) (2022-08-23)


### Bug Fixes

* better support for fallback mode ([#241](https://github.com/googleapis/nodejs-service-directory/issues/241)) ([59365c7](https://github.com/googleapis/nodejs-service-directory/commit/59365c79e44b3a134d14be41ec5979c08fdf053f))
* change import long to require ([#242](https://github.com/googleapis/nodejs-service-directory/issues/242)) ([28ba038](https://github.com/googleapis/nodejs-service-directory/commit/28ba0388590806ca97ef96be7d2aa0113d66488d))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-service-directory/issues/1546)) ([#244](https://github.com/googleapis/nodejs-service-directory/issues/244)) ([2a10e38](https://github.com/googleapis/nodejs-service-directory/commit/2a10e38ed733c8679d7a25546c5b91534e0a2895))

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


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.1",
"version": "4.0.2",
"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.1",
"version": "4.0.2",
"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.1",
"version": "4.0.2",
"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.1",
"@google-cloud/service-directory": "^4.0.2",
"eslint": "^7.0.0",
"json-schema": "^0.4.0",
"uuid": "^8.0.0"
Expand Down

0 comments on commit d769393

Please sign in to comment.