Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#125)
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 7, 2022
1 parent f42e612 commit fb8133d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/google-cloud-accessapproval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/googleapis/nodejs-access-approval/compare/v1.1.0...v2.0.0) (2022-06-03)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#124)

### Features

* update protos to include InvalidateApprovalRequest and GetAccessApprovalServiceAccount APIs ([#126](https://github.com/googleapis/nodejs-access-approval/issues/126)) ([02dfd2c](https://github.com/googleapis/nodejs-access-approval/commit/02dfd2c72e8a87ac3ffebeb40dfa68808b159234))


### Build System

* update library to use Node 12 ([#124](https://github.com/googleapis/nodejs-access-approval/issues/124)) ([8c04620](https://github.com/googleapis/nodejs-access-approval/commit/8c04620a20559f41b173be0add720d5e1dcd05f0))

## [1.1.0](https://www.github.com/googleapis/nodejs-access-approval/compare/v1.0.8...v1.1.0) (2021-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-accessapproval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/access-approval",
"version": "1.1.0",
"version": "2.0.0",
"description": "Accessapproval client for Node.js",
"repository": "googleapis/nodejs-access-approval",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-accessapproval",
"version": "1.1.0",
"version": "2.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-accessapproval/samples/package.json
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/access-approval": "^1.1.0"
"@google-cloud/access-approval": "^2.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit fb8133d

Please sign in to comment.