diff --git a/packages/google-cloud-phishingprotection/CHANGELOG.md b/packages/google-cloud-phishingprotection/CHANGELOG.md new file mode 100644 index 00000000000..afca35a5e9a --- /dev/null +++ b/packages/google-cloud-phishingprotection/CHANGELOG.md @@ -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)) diff --git a/packages/google-cloud-phishingprotection/package.json b/packages/google-cloud-phishingprotection/package.json index dc42ae03990..c13ae6c3ffd 100644 --- a/packages/google-cloud-phishingprotection/package.json +++ b/packages/google-cloud-phishingprotection/package.json @@ -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", diff --git a/packages/google-cloud-phishingprotection/samples/package.json b/packages/google-cloud-phishingprotection/samples/package.json index ad46b6305da..49a907226d5 100644 --- a/packages/google-cloud-phishingprotection/samples/package.json +++ b/packages/google-cloud-phishingprotection/samples/package.json @@ -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" } -} \ No newline at end of file +}