@googleapis/tpu 4.1.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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v4.1.0...tpu-v5.0.0) (2024-05-02)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * 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))
13
+ * **tpu:** update the API ([d6658ff](https://github.com/googleapis/google-api-nodejs-client/commit/d6658ff0af9efce119b420c5da8cfcab7b882276))
14
+ * **tpu:** update the API ([b8f2e27](https://github.com/googleapis/google-api-nodejs-client/commit/b8f2e27819e6de3741ef579c85e843879587eb8b))
15
+ * **tpu:** update the API ([02ec90d](https://github.com/googleapis/google-api-nodejs-client/commit/02ec90d5a3b65d39b7e8942a564645be9dfbd761))
16
+
3
17
  ## [4.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v4.0.0...tpu-v4.1.0) (2024-05-02)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/tpu",
3
- "version": "4.1.0",
3
+ "version": "5.0.0",
4
4
  "description": "tpu",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",