Skip to content

Commit

Permalink
chore(main): release 3.0.3 (#410)
Browse files Browse the repository at this point in the history
* chore(main): release 3.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 8, 2022
1 parent 431a992 commit cfccd98
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-phishingprotection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/phishing-protection?activeTab=versions

## [3.0.3](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.2...v3.0.3) (2022-09-08)


### Bug Fixes

* **build:** Enable release-please for tagging releases ([e5d75ea](https://github.com/googleapis/nodejs-phishing-protection/commit/e5d75eaa69f67db2e1d905a77b8d0ffc19f25f88))

## [3.0.2](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.1...v3.0.2) (2022-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-phishingprotection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-phishing-protection",
"name": "@google-cloud/phishing-protection",
"version": "3.0.2",
"version": "3.0.3",
"author": "Google LLC",
"description": "Phishing Protection API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-phishingprotection",
"version": "3.0.2",
"version": "3.0.3",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/phishing-protection": "^3.0.2"
"@google-cloud/phishing-protection": "^3.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit cfccd98

Please sign in to comment.