Skip to content

Commit

Permalink
chore(main): release 3.4.0 (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 11, 2022
1 parent 9a905bb commit b6eadaf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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

## [3.4.0](https://github.com/googleapis/nodejs-service-directory/compare/v3.3.2...v3.4.0) (2022-04-11)


### Features

* AuditConfig for IAM v1 ([#216](https://github.com/googleapis/nodejs-service-directory/issues/216)) ([bb8b0b8](https://github.com/googleapis/nodejs-service-directory/commit/bb8b0b81a61c939f0601d7c02ef90d1e3688b7a6))

### [3.3.2](https://www.github.com/googleapis/nodejs-service-directory/compare/v3.3.1...v3.3.2) (2021-11-12)


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": "3.3.2",
"version": "3.4.0",
"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
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/service-directory": "^3.3.2",
"@google-cloud/service-directory": "^3.4.0",
"eslint": "^7.0.0",
"json-schema": "^0.4.0",
"uuid": "^8.0.0"
Expand Down

0 comments on commit b6eadaf

Please sign in to comment.