@googleapis/sourcerepo 5.0.1 → 6.0.1

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 +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v6.0.0...sourcerepo-v6.0.1) (2025-07-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **sourcerepo:** update the API ([a67770f](https://github.com/googleapis/google-api-nodejs-client/commit/a67770f6a2da504e84574f15367dc575c1a74b00))
9
+
10
+ ## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v5.0.1...sourcerepo-v6.0.0) (2025-06-30)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * upgrade to node 18
16
+
17
+ ### Features
18
+
19
+ * upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
25
+
3
26
  ## [5.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v5.0.0...sourcerepo-v5.0.1) (2025-06-04)
4
27
 
5
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sourcerepo",
3
- "version": "5.0.1",
3
+ "version": "6.0.1",
4
4
  "description": "sourcerepo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",