Skip to content

Commit fa9131c

Browse files
release: 4.27.0
1 parent fd4dcdd commit fa9131c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.26.0"
2+
".": "4.27.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 4.27.0 (2024-10-10)
4+
5+
Full Changelog: [v4.26.0...v4.27.0](https://github.com/orbcorp/orb-node/compare/v4.26.0...v4.27.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#360](https://github.com/orbcorp/orb-node/issues/360)) ([2c1c1ca](https://github.com/orbcorp/orb-node/commit/2c1c1ca9bc9fe4a9982fdab328de437958aef194))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([#358](https://github.com/orbcorp/orb-node/issues/358)) ([f6f2e97](https://github.com/orbcorp/orb-node/commit/f6f2e97fef710e6dd10cba96ca4acb42e9e9a53d))
15+
316
## 4.26.0 (2024-10-01)
417

518
Full Changelog: [v4.25.0...v4.26.0](https://github.com/orbcorp/orb-node/compare/v4.25.0...v4.26.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "4.26.0",
3+
"version": "4.27.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.26.0'; // x-release-please-version
1+
export const VERSION = '4.27.0'; // x-release-please-version

0 commit comments

Comments
 (0)