Skip to content

Commit 300d740

Browse files
committed
release: 1.35.0
1 parent 6f40379 commit 300d740

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.34.2"
2+
".": "1.35.0"
33
}

CHANGELOG.md

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

3+
## 1.35.0 (2024-01-12)
4+
5+
Full Changelog: [v1.34.2...v1.35.0](https://github.com/orbcorp/orb-node/compare/v1.34.2...v1.35.0)
6+
7+
### Features
8+
9+
* **api:** add beta evaluate price endpoint ([#78](https://github.com/orbcorp/orb-node/issues/78)) ([a0dbd55](https://github.com/orbcorp/orb-node/commit/a0dbd55d9b98efbf6d2797e0a4fc5d8a74bbc90f))
10+
11+
12+
### Chores
13+
14+
* **internal:** narrow type into stringifyQuery ([#75](https://github.com/orbcorp/orb-node/issues/75)) ([f93f20f](https://github.com/orbcorp/orb-node/commit/f93f20fb9d631ee71deabefa2ae6e318822c349b))
15+
16+
17+
### Documentation
18+
19+
* **readme:** improve api reference ([#77](https://github.com/orbcorp/orb-node/issues/77)) ([680bcb0](https://github.com/orbcorp/orb-node/commit/680bcb0216a90ee5e4a985b611f534dcd5539763))
20+
321
## 1.34.2 (2024-01-10)
422

523
Full Changelog: [v1.34.1...v1.34.2](https://github.com/orbcorp/orb-node/compare/v1.34.1...v1.34.2)

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.34.2",
3+
"version": "1.35.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.34.2'; // x-release-please-version
1+
export const VERSION = '1.35.0'; // x-release-please-version

0 commit comments

Comments
 (0)