Skip to content

Commit effafc0

Browse files
release: 2.8.0
1 parent 7a3115e commit effafc0

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-
".": "2.7.0"
2+
".": "2.8.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+
## 2.8.0 (2024-05-14)
4+
5+
Full Changelog: [v2.7.0...v2.8.0](https://github.com/orbcorp/orb-node/compare/v2.7.0...v2.8.0)
6+
7+
### Features
8+
9+
* **api:** updates ([#203](https://github.com/orbcorp/orb-node/issues/203)) ([c07669e](https://github.com/orbcorp/orb-node/commit/c07669e7dcc75392fb372f5a5062ca8c0f384b54))
10+
11+
12+
### Refactors
13+
14+
* change import paths to be relative ([#201](https://github.com/orbcorp/orb-node/issues/201)) ([843b1a9](https://github.com/orbcorp/orb-node/commit/843b1a9a6f3ef095c9a85288dc4903de1f8c89e0))
15+
316
## 2.7.0 (2024-05-13)
417

518
Full Changelog: [v2.6.1...v2.7.0](https://github.com/orbcorp/orb-node/compare/v2.6.1...v2.7.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": "2.7.0",
3+
"version": "2.8.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 = '2.7.0'; // x-release-please-version
1+
export const VERSION = '2.8.0'; // x-release-please-version

0 commit comments

Comments
 (0)