Skip to content

Commit d6a68ca

Browse files
release: 3.1.0
1 parent 7fe434c commit d6a68ca

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.1"
2+
".": "3.1.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 3.1.0 (2024-07-29)
4+
5+
Full Changelog: [v3.0.1...v3.1.0](https://github.com/orbcorp/orb-node/compare/v3.0.1...v3.1.0)
6+
7+
### Features
8+
9+
* **api:** add cadence enum value 'custom' ([#244](https://github.com/orbcorp/orb-node/issues/244)) ([8db1917](https://github.com/orbcorp/orb-node/commit/8db19172e092e52e29d391f973742a504bcdbcb8))
10+
11+
12+
### Chores
13+
14+
* **docs:** fix incorrect client var names ([#242](https://github.com/orbcorp/orb-node/issues/242)) ([46900a2](https://github.com/orbcorp/orb-node/commit/46900a23dcefbd766d98caf623357cbca51c78ab))
15+
316
## 3.0.1 (2024-07-25)
417

518
Full Changelog: [v3.0.0...v3.0.1](https://github.com/orbcorp/orb-node/compare/v3.0.0...v3.0.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "The official TypeScript library for the Orb API",
55
"author": "Orb <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.0.1'; // x-release-please-version
1+
export const VERSION = '3.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)