tremendous 4.2.0 → 4.4.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.2.0"
2
+ ".": "4.4.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.4.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.3.0...tremendous-v4.4.0) (2026-02-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * rename order `status` enum `CART` to `OPEN` ([6ef954e](https://github.com/tremendous-rewards/tremendous-node/commit/6ef954e7da4dd4b45a97cf6284f337d0b31239b9))
9
+
10
+ ## [4.3.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.2.0...tremendous-v4.3.0) (2026-02-25)
11
+
12
+
13
+ ### Features
14
+
15
+ * add nullable `expires_at` field to Reward responses across all ([f014160](https://github.com/tremendous-rewards/tremendous-node/commit/f0141607110c875597ddc58a2a28cfe6cbdee4cb))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * Remove `BGN` currency code reference ([f014160](https://github.com/tremendous-rewards/tremendous-node/commit/f0141607110c875597ddc58a2a28cfe6cbdee4cb))
21
+
22
+
3
23
  ## [4.2.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.1.0...tremendous-v4.2.0) (2026-02-07)
4
24
 
5
25