orb-billing 1.28.0 → 1.28.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.28.1 (2023-11-20)
4
+
5
+ Full Changelog: [v1.28.0...v1.28.1](https://github.com/orbcorp/orb-node/compare/v1.28.0...v1.28.1)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** update some test values ([#36](https://github.com/orbcorp/orb-node/issues/36)) ([5fbb843](https://github.com/orbcorp/orb-node/commit/5fbb8434dae21355c7ef55981212b254c71291d9))
10
+
11
+
12
+ ### Documentation
13
+
14
+ * **readme:** fix link to docs website ([#34](https://github.com/orbcorp/orb-node/issues/34)) ([3f8f962](https://github.com/orbcorp/orb-node/commit/3f8f962deb0771ccfda27de253035016fe298356))
15
+
3
16
  ## 1.28.0 (2023-11-16)
4
17
 
5
18
  Full Changelog: [v1.27.0...v1.28.0](https://github.com/orbcorp/orb-node/compare/v1.27.0...v1.28.0)
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  This library provides convenient access to the Orb REST API from server-side TypeScript or JavaScript.
6
6
 
7
- The API documentation can be found [here](https://www.withorb.com/https://docs.withorb.com/reference/api-reference).
7
+ The API documentation can be found [here](https://docs.withorb.com/reference/api-reference).
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orb-billing",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "description": "Client library for the Orb API",
5
5
  "author": "Orb <team@withorb.com>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.28.0'; // x-release-please-version
1
+ export const VERSION = '1.28.1'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.28.0";
1
+ export declare const VERSION = "1.28.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '1.28.0'; // x-release-please-version
4
+ exports.VERSION = '1.28.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.28.0'; // x-release-please-version
1
+ export const VERSION = '1.28.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map