@googleapis/tagmanager 11.0.1 → 12.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.
- package/CHANGELOG.md +27 -0
- package/build/v1.d.ts +3109 -0
- package/build/v1.js.map +1 -1
- package/build/v2.d.ts +6417 -6
- package/build/v2.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +3109 -0
- package/v2.ts +6417 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [12.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tagmanager-v12.0.0...tagmanager-v12.0.1) (2025-07-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **tagmanager:** update the API ([7681062](https://github.com/googleapis/google-api-nodejs-client/commit/768106286ac37451701d0d97e7c9ae9f23a51246))
|
|
9
|
+
* **tagmanager:** update the API ([53e34e2](https://github.com/googleapis/google-api-nodejs-client/commit/53e34e2dc0de93b5caa74f429374058085c35dad))
|
|
10
|
+
|
|
11
|
+
## [12.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tagmanager-v11.0.1...tagmanager-v12.0.0) (2025-06-30)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### ⚠ BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
* upgrade to node 18
|
|
17
|
+
* **tagmanager:** This release has breaking changes.
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **tagmanager:** update the API ([cfb5ee9](https://github.com/googleapis/google-api-nodejs-client/commit/cfb5ee972671e166176c4a21cb965d7a9658afed))
|
|
22
|
+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
|
|
28
|
+
* **tagmanager:** update the API ([53e34e2](https://github.com/googleapis/google-api-nodejs-client/commit/53e34e2dc0de93b5caa74f429374058085c35dad))
|
|
29
|
+
|
|
3
30
|
## [11.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tagmanager-v11.0.0...tagmanager-v11.0.1) (2025-06-04)
|
|
4
31
|
|
|
5
32
|
|