Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#231)
Browse files Browse the repository at this point in the history
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] authored Jun 6, 2022
1 parent f694170 commit c5903f2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-servicedirectory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#229)

### Build System

* update library to use Node 12 ([#229](https://github.com/googleapis/nodejs-service-directory/issues/229)) ([34d5709](https://github.com/googleapis/nodejs-service-directory/commit/34d5709ab1e6e6c51bd2443b674fc22634214e61))

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


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.4.0",
"version": "4.0.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
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-servicedirectory",
"version": "3.4.0",
"version": "4.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-servicedirectory",
"version": "3.4.0",
"version": "4.0.0",
"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": "^3.4.0",
"@google-cloud/service-directory": "^4.0.0",
"eslint": "^7.0.0",
"json-schema": "^0.4.0",
"uuid": "^8.0.0"
Expand Down

0 comments on commit c5903f2

Please sign in to comment.