orb-billing
Advanced tools
Comparing version 1.28.0 to 1.28.1
# Changelog | ||
## 1.28.1 (2023-11-20) | ||
Full Changelog: [v1.28.0...v1.28.1](https://github.com/orbcorp/orb-node/compare/v1.28.0...v1.28.1) | ||
### Chores | ||
* **internal:** update some test values ([#36](https://github.com/orbcorp/orb-node/issues/36)) ([5fbb843](https://github.com/orbcorp/orb-node/commit/5fbb8434dae21355c7ef55981212b254c71291d9)) | ||
### Documentation | ||
* **readme:** fix link to docs website ([#34](https://github.com/orbcorp/orb-node/issues/34)) ([3f8f962](https://github.com/orbcorp/orb-node/commit/3f8f962deb0771ccfda27de253035016fe298356)) | ||
## 1.28.0 (2023-11-16) | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "orb-billing", | ||
"version": "1.28.0", | ||
"version": "1.28.1", | ||
"description": "Client library for the Orb API", | ||
@@ -5,0 +5,0 @@ "author": "Orb <team@withorb.com>", |
@@ -7,3 +7,3 @@ # Orb TypeScript API Library | ||
The API documentation can be found [here](https://www.withorb.com/https://docs.withorb.com/reference/api-reference). | ||
The API documentation can be found [here](https://docs.withorb.com/reference/api-reference). | ||
@@ -10,0 +10,0 @@ ## Installation |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '1.28.0'; // x-release-please-version | ||
export const VERSION = '1.28.1'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.28.0"; | ||
export declare const VERSION = "1.28.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '1.28.0'; // x-release-please-version | ||
exports.VERSION = '1.28.1'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2310331