@googleapis/serviceusage 12.0.0 → 13.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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [13.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v12.0.0...serviceusage-v13.0.0) (2024-05-02)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **serviceusage:** This release has breaking changes.
9
+ * This release has breaking changes.
10
+ * This release has breaking changes.
11
+
12
+ ### Features
13
+
14
+ * run the generator ([#3434](https://github.com/googleapis/google-api-nodejs-client/issues/3434)) ([f0db524](https://github.com/googleapis/google-api-nodejs-client/commit/f0db524bb26f05cea3dec4c0ed66b496399e3857))
15
+ * run the generator ([#3456](https://github.com/googleapis/google-api-nodejs-client/issues/3456)) ([a865e81](https://github.com/googleapis/google-api-nodejs-client/commit/a865e81539b315d3b321650663ba0b2555b1e5a1))
16
+ * **serviceusage:** update the API ([41b76ee](https://github.com/googleapis/google-api-nodejs-client/commit/41b76ee8d6beeeb3bbccdcbbcd0853f610a54171))
17
+ * **serviceusage:** update the API ([b9c0c7c](https://github.com/googleapis/google-api-nodejs-client/commit/b9c0c7c6374ea63327b26bb4a5655e91af920913))
18
+
3
19
  ## [12.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v11.0.0...serviceusage-v12.0.0) (2024-05-02)
4
20
 
5
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/serviceusage",
3
- "version": "12.0.0",
3
+ "version": "13.0.0",
4
4
  "description": "serviceusage",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",