tremendous 4.10.0 → 4.12.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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "4.10.0"
2
+ ".": "4.12.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.12.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.11.0...tremendous-v4.12.0) (2026-05-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * add `auto_add_product_rule` to Campaign ([318330b](https://github.com/tremendous-rewards/tremendous-node/commit/318330ba7f48b6d5b5edeef2126549a8b906afa7))
9
+
10
+ ## [4.11.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.10.0...tremendous-v4.11.0) (2026-05-01)
11
+
12
+
13
+ ### Features
14
+
15
+ * add fraud reason `Allowed country` ([8c4a589](https://github.com/tremendous-rewards/tremendous-node/commit/8c4a5893d803168b74de3e7a7f370f372f10c785))
16
+ * add fraud reason `Device on a Tremendous fraud list` ([8c4a589](https://github.com/tremendous-rewards/tremendous-node/commit/8c4a5893d803168b74de3e7a7f370f372f10c785))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * make campaign webpage style `message` nullable ([8c4a589](https://github.com/tremendous-rewards/tremendous-node/commit/8c4a5893d803168b74de3e7a7f370f372f10c785))
22
+
3
23
  ## [4.10.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.9.0...tremendous-v4.10.0) (2026-04-22)
4
24
 
5
25