Skip to content

Commit

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

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

## [4.0.3](https://github.com/googleapis/nodejs-service-directory/compare/v4.0.2...v4.0.3) (2022-09-01)


### Bug Fixes

* Allow passing gax instance to client constructor ([#246](https://github.com/googleapis/nodejs-service-directory/issues/246)) ([a0a3f47](https://github.com/googleapis/nodejs-service-directory/commit/a0a3f47b45cbac1ae71865cebefe81c818f32714))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-service-directory/issues/1553)) ([#245](https://github.com/googleapis/nodejs-service-directory/issues/245)) ([5e84b2a](https://github.com/googleapis/nodejs-service-directory/commit/5e84b2a67cdef856374fabe20522e21895cb125b))

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


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

0 comments on commit ad3e360

Please sign in to comment.