orb-billing
Advanced tools
Comparing version
# Changelog | ||
## 2.11.1 (2024-05-31) | ||
Full Changelog: [v2.11.0...v2.11.1](https://github.com/orbcorp/orb-node/compare/v2.11.0...v2.11.1) | ||
### Bug Fixes | ||
* allow git imports for pnpm ([#213](https://github.com/orbcorp/orb-node/issues/213)) ([25ea079](https://github.com/orbcorp/orb-node/commit/25ea0795acda956700e947cc66ee2be598522bf0)) | ||
## 2.11.0 (2024-05-29) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "orb-billing", | ||
"version": "2.11.0", | ||
"version": "2.11.1", | ||
"description": "The official TypeScript library for the Orb API", | ||
@@ -5,0 +5,0 @@ "author": "Orb <team@withorb.com>", |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '2.11.0'; // x-release-please-version | ||
export const VERSION = '2.11.1'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "2.11.0"; | ||
export declare const VERSION = "2.11.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '2.11.0'; // x-release-please-version | ||
exports.VERSION = '2.11.1'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
2732120
0.01%