@googleapis/safebrowsing 3.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/safebrowsing-v4.0.0...safebrowsing-v5.0.0) (2023-02-24)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+ * **safebrowsing:** This release has breaking changes.
10
+
11
+ ### Features
12
+
13
+ * run the generator ([#3161](https://github.com/googleapis/google-api-nodejs-client/issues/3161)) ([6fe904a](https://github.com/googleapis/google-api-nodejs-client/commit/6fe904a5f056b3e3789b80111b9b3eecba2dc9e7))
14
+ * **safebrowsing:** update the API ([ecb8989](https://github.com/googleapis/google-api-nodejs-client/commit/ecb8989ba492449389bce301095cdc6f76369061))
15
+
16
+ ## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/safebrowsing-v3.0.0...safebrowsing-v4.0.0) (2023-02-10)
17
+
18
+
19
+ ### ⚠ BREAKING CHANGES
20
+
21
+ * **safebrowsing:** This release has breaking changes.
22
+
23
+ ### Features
24
+
25
+ * **safebrowsing:** update the API ([ecb8989](https://github.com/googleapis/google-api-nodejs-client/commit/ecb8989ba492449389bce301095cdc6f76369061))
26
+
3
27
  ## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/safebrowsing-v2.0.3...safebrowsing-v3.0.0) (2022-10-28)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/safebrowsing",
3
- "version": "3.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "safebrowsing",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -38,6 +38,6 @@
38
38
  "ts-loader": "^9.0.0",
39
39
  "typescript": "~4.8.4",
40
40
  "webpack": "^5.0.0",
41
- "webpack-cli": "^4.0.0"
41
+ "webpack-cli": "^5.0.0"
42
42
  }
43
43
  }