Skip to content

Commit dfa2544

Browse files
committed
release: 1.36.0
1 parent 267df70 commit dfa2544

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.35.0"
2+
".": "1.36.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.36.0 (2024-01-15)
4+
5+
Full Changelog: [v1.35.0...v1.36.0](https://github.com/orbcorp/orb-node/compare/v1.35.0...v1.36.0)
6+
7+
### Features
8+
9+
* **api:** updates ([#82](https://github.com/orbcorp/orb-node/issues/82)) ([555e380](https://github.com/orbcorp/orb-node/commit/555e380da29de37420b3f5925fcdc92a90585c33))
10+
11+
12+
### Chores
13+
14+
* formatting ([#79](https://github.com/orbcorp/orb-node/issues/79)) ([0e02096](https://github.com/orbcorp/orb-node/commit/0e02096f3bb435b489e653d7c97b7e788c423ccd))
15+
16+
17+
### Documentation
18+
19+
* fix missing async in readme code sample ([#81](https://github.com/orbcorp/orb-node/issues/81)) ([a0f6c26](https://github.com/orbcorp/orb-node/commit/a0f6c262a8fcf40844ba39ebc402cb0f89f8a7ea))
20+
321
## 1.35.0 (2024-01-12)
422

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

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

0 commit comments

Comments
 (0)