Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#93)
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] committed Jun 6, 2022
1 parent abedf68 commit fcbf233
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-essentialcontacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/googleapis/nodejs-essential-contacts/compare/v1.1.1...v2.0.0) (2022-05-19)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#92)

### Build System

* update library to use Node 12 ([#92](https://github.com/googleapis/nodejs-essential-contacts/issues/92)) ([b819928](https://github.com/googleapis/nodejs-essential-contacts/commit/b819928b746a8a819080416da1b06b91f88b1f20))

### [1.1.1](https://www.github.com/googleapis/nodejs-essential-contacts/compare/v1.1.0...v1.1.1) (2021-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-essentialcontacts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/essential-contacts",
"version": "1.1.1",
"version": "2.0.0",
"description": "Essential contacts client for Node.js",
"repository": "googleapis/nodejs-essential-contacts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-essentialcontacts",
"version": "1.1.1",
"version": "2.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/essential-contacts": "^1.1.1"
"@google-cloud/essential-contacts": "^2.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit fcbf233

Please sign in to comment.