Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore(main): release 3.0.1 (#393)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.0.1](v3.0.0...v3.0.1) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#392](#392)) ([fa7610b](fa7610b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jun 30, 2022
1 parent fa7610b commit aef929f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions 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.1](https://github.com/googleapis/nodejs-phishing-protection/compare/v3.0.0...v3.0.1) (2022-06-30)


### Bug Fixes

* **docs:** describe fallback rest option ([#392](https://github.com/googleapis/nodejs-phishing-protection/issues/392)) ([fa7610b](https://github.com/googleapis/nodejs-phishing-protection/commit/fa7610bb1c8efdd2ff30964e6d18eaea81591f71))

## [3.0.0](https://github.com/googleapis/nodejs-phishing-protection/compare/v2.5.0...v3.0.0) (2022-05-17)


Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "3.0.1",
"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.0",
"version": "3.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
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.0"
"@google-cloud/phishing-protection": "^3.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit aef929f

Please sign in to comment.