Skip to content

Commit 2088a88

Browse files
release: 2.11.2
1 parent 37053de commit 2088a88

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-
".": "2.11.1"
2+
".": "2.11.2"
33
}

CHANGELOG.md

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

3+
## 2.11.2 (2024-06-04)
4+
5+
Full Changelog: [v2.11.1...v2.11.2](https://github.com/orbcorp/orb-node/compare/v2.11.1...v2.11.2)
6+
7+
### Bug Fixes
8+
9+
* Prefix node.js imports with "node:" ([88eda87](https://github.com/orbcorp/orb-node/commit/88eda87109c8868d777a4067a70cedcccc3236c7))
10+
11+
12+
### Chores
13+
14+
* fix lint ([9303eb1](https://github.com/orbcorp/orb-node/commit/9303eb1c269d954f16be9ba19a3ba27644697812))
15+
316
## 2.11.1 (2024-05-31)
417

518
Full Changelog: [v2.11.0...v2.11.1](https://github.com/orbcorp/orb-node/compare/v2.11.0...v2.11.1)

package.json

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

0 commit comments

Comments
 (0)