Skip to content

Commit

Permalink
release: 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jun 4, 2024
1 parent 37053de commit 2088a88
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.1"
".": "2.11.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 2.11.2 (2024-06-04)

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

### Bug Fixes

* Prefix node.js imports with "node:" ([88eda87](https://github.com/orbcorp/orb-node/commit/88eda87109c8868d777a4067a70cedcccc3236c7))


### Chores

* fix lint ([9303eb1](https://github.com/orbcorp/orb-node/commit/9303eb1c269d954f16be9ba19a3ba27644697812))

## 2.11.1 (2024-05-31)

Full Changelog: [v2.11.0...v2.11.1](https://github.com/orbcorp/orb-node/compare/v2.11.0...v2.11.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orb-billing",
"version": "2.11.1",
"version": "2.11.2",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.11.1'; // x-release-please-version
export const VERSION = '2.11.2'; // x-release-please-version

0 comments on commit 2088a88

Please sign in to comment.