Skip to content

Commit 9658b80

Browse files
release: 2.12.0
1 parent b037ec0 commit 9658b80

4 files changed

Lines changed: 20 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 2.12.0 (2026-04-18)
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 ([7556432](https://github.com/lmnt-com/lmnt-node/commit/755643266e2bbe8a36e444b07c218943e7bc1f76))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([b037ec0](https://github.com/lmnt-com/lmnt-node/commit/b037ec05e4dcfa99a829715418c69eedabea7ea1))
15+
* **internal:** codegen related update ([2364c83](https://github.com/lmnt-com/lmnt-node/commit/2364c83f22cff188a89731233f14a9c070d95419))
16+
* **internal:** remove .eslintcache ([7c0a5e5](https://github.com/lmnt-com/lmnt-node/commit/7c0a5e514da8ac98e0d1ca3e9d058af21e5c1130))
17+
* **internal:** use npm pack for build uploads ([00f524a](https://github.com/lmnt-com/lmnt-node/commit/00f524a1b07a146bed6af884e48e6c4dafce63ac))
18+
* **tests:** bump steady to v0.20.2 ([3a9acb5](https://github.com/lmnt-com/lmnt-node/commit/3a9acb5e3217052dcf15a9971415a09c02e443cc))
19+
320
## 2.11.1 (2025-09-27)
421

522
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)