Skip to content

Commit 1f924db

Browse files
committed
release: 1.23.0
1 parent da39be0 commit 1f924db

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-
".": "1.22.0"
2+
".": "1.23.0"
33
}

CHANGELOG.md

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

3+
## 1.23.0 (2023-10-25)
4+
5+
Full Changelog: [v1.22.0...v1.23.0](https://github.com/orbcorp/orb-node/compare/v1.22.0...v1.23.0)
6+
7+
### Features
8+
9+
* **client:** adjust retry behavior to be exponential backoff ([#5](https://github.com/orbcorp/orb-node/issues/5)) ([dd376c4](https://github.com/orbcorp/orb-node/commit/dd376c4cec8b12df0df7fbf3914b3dc3c02fcf69))
10+
11+
12+
### Bug Fixes
13+
14+
* typo in build script ([#8](https://github.com/orbcorp/orb-node/issues/8)) ([780d50d](https://github.com/orbcorp/orb-node/commit/780d50d23fb1543dd7e3b80e1b3ca2fb2ee5c23b))
15+
316
## 1.22.0 (2023-10-23)
417

518
Full Changelog: [v1.21.0...v1.22.0](https://github.com/orbcorp/orb-node/compare/v1.21.0...v1.22.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"description": "Client 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 = '1.22.0'; // x-release-please-version
1+
export const VERSION = '1.23.0'; // x-release-please-version

0 commit comments

Comments
 (0)