@googleapis/servicenetworking 18.0.0 → 20.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 +38 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [20.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v19.0.0...servicenetworking-v20.0.0) (2024-08-16)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+ * **servicenetworking:** This release has breaking changes.
10
+
11
+ ### Features
12
+
13
+ * run the generator ([#3510](https://github.com/googleapis/google-api-nodejs-client/issues/3510)) ([c16d5c8](https://github.com/googleapis/google-api-nodejs-client/commit/c16d5c87fb36b2aa38626fa4f8ff12d25a2385ad))
14
+ * **servicenetworking:** update the API ([d481dce](https://github.com/googleapis/google-api-nodejs-client/commit/d481dce95d7f9f899d9b62f78933a731159f381c))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **servicenetworking:** update the API ([6065c0d](https://github.com/googleapis/google-api-nodejs-client/commit/6065c0d1d86c240cdddd19d0c381d8cc7a4d802b))
20
+ * **servicenetworking:** update the API ([d4fb56f](https://github.com/googleapis/google-api-nodejs-client/commit/d4fb56f717daa95b8faf4a5a98bc358ca0be800a))
21
+
22
+ ## [19.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v18.0.0...servicenetworking-v19.0.0) (2024-08-16)
23
+
24
+
25
+ ### ⚠ BREAKING CHANGES
26
+
27
+ * This release has breaking changes.
28
+ * **servicenetworking:** This release has breaking changes.
29
+
30
+ ### Features
31
+
32
+ * run the generator ([#3510](https://github.com/googleapis/google-api-nodejs-client/issues/3510)) ([c16d5c8](https://github.com/googleapis/google-api-nodejs-client/commit/c16d5c87fb36b2aa38626fa4f8ff12d25a2385ad))
33
+ * **servicenetworking:** update the API ([d481dce](https://github.com/googleapis/google-api-nodejs-client/commit/d481dce95d7f9f899d9b62f78933a731159f381c))
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * **servicenetworking:** update the API ([6065c0d](https://github.com/googleapis/google-api-nodejs-client/commit/6065c0d1d86c240cdddd19d0c381d8cc7a4d802b))
39
+ * **servicenetworking:** update the API ([d4fb56f](https://github.com/googleapis/google-api-nodejs-client/commit/d4fb56f717daa95b8faf4a5a98bc358ca0be800a))
40
+
3
41
  ## [18.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v17.0.0...servicenetworking-v18.0.0) (2024-08-16)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/servicenetworking",
3
- "version": "18.0.0",
3
+ "version": "20.0.0",
4
4
  "description": "servicenetworking",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",