orb-billing 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.12.0 (2024-08-29)
4
+
5
+ Full Changelog: [v4.11.0...v4.12.0](https://github.com/orbcorp/orb-node/compare/v4.11.0...v4.12.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** OpenAPI spec update via Stainless API ([#290](https://github.com/orbcorp/orb-node/issues/290)) ([cc111fb](https://github.com/orbcorp/orb-node/commit/cc111fb9ecc18d857f712d553f982f893f3e0148))
10
+
11
+
12
+ ### Chores
13
+
14
+ * run tsc as part of lint script ([#288](https://github.com/orbcorp/orb-node/issues/288)) ([e70f276](https://github.com/orbcorp/orb-node/commit/e70f27644dd69cc3708e82fd76a1ae17da7f77d6))
15
+
16
+ ## 4.11.0 (2024-08-29)
17
+
18
+ Full Changelog: [v4.10.0...v4.11.0](https://github.com/orbcorp/orb-node/compare/v4.10.0...v4.11.0)
19
+
20
+ ### Features
21
+
22
+ * **api:** OpenAPI spec update via Stainless API ([#286](https://github.com/orbcorp/orb-node/issues/286)) ([a723086](https://github.com/orbcorp/orb-node/commit/a723086024ae0ac4ab33dbe7191066f205cd2c75))
23
+
24
+
25
+ ### Chores
26
+
27
+ * **ci:** check for build errors ([#284](https://github.com/orbcorp/orb-node/issues/284)) ([63bbefd](https://github.com/orbcorp/orb-node/commit/63bbefdbe34a0dec1c9ea600f4b41caf3534e040))
28
+
3
29
  ## 4.10.0 (2024-08-27)
4
30
 
5
31
  Full Changelog: [v4.9.0...v4.10.0](https://github.com/orbcorp/orb-node/compare/v4.9.0...v4.10.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orb-billing",
3
- "version": "4.10.0",
3
+ "version": "4.12.0",
4
4
  "description": "The official TypeScript library for the Orb API",
5
5
  "author": "Orb <team@withorb.com>",
6
6
  "types": "./index.d.ts",