Skip to content

Commit fc010d7

Browse files
release: 2.12.0
1 parent ffc900c commit fc010d7

4 files changed

Lines changed: 26 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.12.0"
33
}

CHANGELOG.md

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

3+
## 2.12.0 (2026-04-26)
4+
5+
Full Changelog: [v2.11.1...v2.12.0](https://github.com/lmnt-com/lmnt-node/compare/v2.11.1...v2.12.0)
6+
7+
### Features
8+
9+
* **api:** api update ([288481b](https://github.com/lmnt-com/lmnt-node/commit/288481b683f7c2ba39f9e353f2b13a4a6ac1dd61))
10+
11+
12+
### Bug Fixes
13+
14+
* drop unsupported speed param from session init ([3828179](https://github.com/lmnt-com/lmnt-node/commit/38281791a03b042d77a6372c6250bd2f748089a9))
15+
16+
17+
### Chores
18+
19+
* **internal:** codegen related update ([ffc900c](https://github.com/lmnt-com/lmnt-node/commit/ffc900c32fb6fb8b2974d1a4b7eea8d1d66df452))
20+
* **internal:** codegen related update ([e97b790](https://github.com/lmnt-com/lmnt-node/commit/e97b79094e0c07cd6f5bd50b2dce340611d9bfc5))
21+
* **internal:** codegen related update ([c638401](https://github.com/lmnt-com/lmnt-node/commit/c6384012065ce06097ca87f76e073d3678c4f80e))
22+
* **internal:** use npm pack for build uploads ([e52bc38](https://github.com/lmnt-com/lmnt-node/commit/e52bc383a566d136ca6c6eefc377161d768a90a6))
23+
* regenerate from carbonsteel preview build ([7f0861b](https://github.com/lmnt-com/lmnt-node/commit/7f0861becad6c743cf03741657213be46ba812b7))
24+
* **tests:** bump steady to v0.20.2 ([f920fd0](https://github.com/lmnt-com/lmnt-node/commit/f920fd05a31910b28e0cb6605a3b64f5fe7ce0ee))
25+
326
## 2.11.1 (2025-09-27)
427

528
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.12.0",
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.12.0'; // x-release-please-version

0 commit comments

Comments
 (0)