Skip to content

Commit

Permalink
release: 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Aug 2, 2024
1 parent 4f5bc2e commit f0de263
Show file tree
Hide file tree
Showing 4 changed files with 17 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.1.0"
".": "3.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.2.0 (2024-08-02)

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

### Features

* **api:** deprecate methods 'customers.usage.create' and 'customers.usage.update_by_external_id' ([#248](https://github.com/orbcorp/orb-node/issues/248)) ([4f5bc2e](https://github.com/orbcorp/orb-node/commit/4f5bc2e6e5c5b7dbde267bbde421a923ef94746d))


### Chores

* **ci:** correctly tag pre-release npm packages ([#247](https://github.com/orbcorp/orb-node/issues/247)) ([918a911](https://github.com/orbcorp/orb-node/commit/918a91158cdf5b667afe822d996b4b84948a6896))
* **internal:** add constant for default timeout ([#245](https://github.com/orbcorp/orb-node/issues/245)) ([f712a96](https://github.com/orbcorp/orb-node/commit/f712a960c1669da437965338beb0b53b82e228cf))

## 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)
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.1.0",
"version": "3.2.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.1.0'; // x-release-please-version
export const VERSION = '3.2.0'; // x-release-please-version

0 comments on commit f0de263

Please sign in to comment.