Skip to content

Commit

Permalink
chore: release 1.0.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and bcoe committed May 23, 2019
1 parent 3b7b13e commit 1fb1295
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/google-cloud-phishingprotection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

[npm history][1]

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

## 1.0.0 (2019-05-23)


### Features

* initial release of library ([8da53bd](https://www.github.com/googleapis/nodejs-phishing-protection/commit/8da53bd))
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": "0.1.0",
"version": "1.0.0",
"author": "Google LLC",
"description": "Phishing Protection API client for Node.js",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-phishingprotection/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"test": "mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/phishing-protection": "^0.1.0"
"@google-cloud/phishing-protection": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
}
}
}

0 comments on commit 1fb1295

Please sign in to comment.