Skip to content

Commit

Permalink
release: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 29, 2024
1 parent 8db1917 commit ca0e363
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.1"
".": "3.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 3.1.0 (2024-07-29)

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

### Features

* **api:** add cadence enum value 'custom' ([#244](https://github.com/orbcorp/orb-node/issues/244)) ([8db1917](https://github.com/orbcorp/orb-node/commit/8db19172e092e52e29d391f973742a504bcdbcb8))


### Chores

* **docs:** fix incorrect client var names ([#242](https://github.com/orbcorp/orb-node/issues/242)) ([46900a2](https://github.com/orbcorp/orb-node/commit/46900a23dcefbd766d98caf623357cbca51c78ab))

## 3.0.1 (2024-07-25)

Full Changelog: [v3.0.0...v3.0.1](https://github.com/orbcorp/orb-node/compare/v3.0.0...v3.0.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orb-billing",
"version": "3.0.1",
"version": "3.1.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.0.1'; // x-release-please-version
export const VERSION = '3.1.0'; // x-release-please-version

0 comments on commit ca0e363

Please sign in to comment.