Skip to content

Commit 7bfebbd

Browse files
release: 2.11.2
1 parent aeae1d3 commit 7bfebbd

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## 2.11.2 (2026-04-26)
4+
5+
Full Changelog: [v2.11.1...v2.11.2](https://github.com/lmnt-com/lmnt-node/compare/v2.11.1...v2.11.2)
6+
7+
### Bug Fixes
8+
9+
* drop unsupported speed param from session init ([3828179](https://github.com/lmnt-com/lmnt-node/commit/38281791a03b042d77a6372c6250bd2f748089a9))
10+
11+
12+
### Chores
13+
14+
* bump minimum supported Node to 20 LTS ([11e9e3c](https://github.com/lmnt-com/lmnt-node/commit/11e9e3c8fffc83562c5f3a20e806fb66c102f668))
15+
* clean up deprecated files ([f3d42aa](https://github.com/lmnt-com/lmnt-node/commit/f3d42aa5d465bdf13fdb69b28b3476ad1388e922))
16+
* regenerate from carbonsteel preview build ([7f0861b](https://github.com/lmnt-com/lmnt-node/commit/7f0861becad6c743cf03741657213be46ba812b7))
17+
* sync repo ([aeae1d3](https://github.com/lmnt-com/lmnt-node/commit/aeae1d3399f6418bfaa077935776a9e4d2fadbf2))
18+
319
## 2.11.1 (2025-09-27)
420

521
Full Changelog: [v2.11.0...v2.11.1](https://github.com/lmnt-com/lmnt-node/compare/v2.11.0...v2.11.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lmnt-node",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"description": "The official TypeScript library for the Lmnt API",
55
"author": "Lmnt <feedback@lmnt.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.11.1'; // x-release-please-version
1+
export const VERSION = '2.11.2'; // x-release-please-version

0 commit comments

Comments
 (0)