Skip to content

Commit 6e79aa4

Browse files
committed
release: 1.38.0
1 parent 5dff635 commit 6e79aa4

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.37.4"
2+
".": "1.38.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.38.0 (2024-01-22)
4+
5+
Full Changelog: [v1.37.4...v1.38.0](https://github.com/orbcorp/orb-node/compare/v1.37.4...v1.38.0)
6+
7+
### Features
8+
9+
* **api:** introduce per-price cost v2, credit top-ups ([#96](https://github.com/orbcorp/orb-node/issues/96)) ([13451c5](https://github.com/orbcorp/orb-node/commit/13451c50e8a1a4926c7be5b6b44a0d84077fcb23))
10+
11+
12+
### Chores
13+
14+
* **internal:** add internal helpers & improve build scripts ([#94](https://github.com/orbcorp/orb-node/issues/94)) ([66e335a](https://github.com/orbcorp/orb-node/commit/66e335a74e67d3a409fc74bbe91b6282c469070c))
15+
316
## 1.37.4 (2024-01-18)
417

518
Full Changelog: [v1.37.3...v1.37.4](https://github.com/orbcorp/orb-node/compare/v1.37.3...v1.37.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "1.37.4",
3+
"version": "1.38.0",
44
"description": "The official TypeScript library for the Orb API",
55
"author": "Orb <team@withorb.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.37.4'; // x-release-please-version
1+
export const VERSION = '1.38.0'; // x-release-please-version

0 commit comments

Comments
 (0)