tremendous 4.5.0 → 4.6.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.5.0"
2
+ ".": "4.6.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.6.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.5.1...tremendous-v4.6.0) (2026-04-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * add delete connected organization endpoint ([02caf0a](https://github.com/tremendous-rewards/tremendous-node/commit/02caf0a16ea4eccbfe8b9e095cd5698538e5e866))
9
+ * add delete connected organization member endpoint ([02caf0a](https://github.com/tremendous-rewards/tremendous-node/commit/02caf0a16ea4eccbfe8b9e095cd5698538e5e866))
10
+
11
+ ## [4.5.1](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.5.0...tremendous-v4.5.1) (2026-04-14)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * remove obsolete currency codes `EEK`, `LTL`, `LVL`, `ZMK` ([b22a19c](https://github.com/tremendous-rewards/tremendous-node/commit/b22a19cf4860a24e094760ad55c2697c66b8918e))
17
+ * replace obsolete `BYR` currency code with `BYN` ([b22a19c](https://github.com/tremendous-rewards/tremendous-node/commit/b22a19cf4860a24e094760ad55c2697c66b8918e))
18
+
3
19
  ## [4.5.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.4.0...tremendous-v4.5.0) (2026-03-20)
4
20
 
5
21