Skip to content

Commit 7e30f71

Browse files
committedAug 2, 2024·
release: 3.2.0
1 parent 60dde87 commit 7e30f71

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed
 

‎.release-please-manifest.json

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

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 3.2.0 (2024-08-02)
4+
5+
Full Changelog: [v3.1.0...v3.2.0](https://github.com/orbcorp/orb-node/compare/v3.1.0...v3.2.0)
6+
7+
### Features
8+
9+
* **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))
10+
11+
12+
### Chores
13+
14+
* **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))
15+
* **internal:** add constant for default timeout ([#245](https://github.com/orbcorp/orb-node/issues/245)) ([f712a96](https://github.com/orbcorp/orb-node/commit/f712a960c1669da437965338beb0b53b82e228cf))
16+
317
## 3.1.0 (2024-07-29)
418

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "3.1.0",
3+
"version": "3.2.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

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

0 commit comments

Comments
 (0)
Please sign in to comment.