Skip to content

Commit 4b3a325

Browse files
release: 2.12.0
1 parent 7556432 commit 4b3a325

4 files changed

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

3+
## 2.12.0 (2026-03-31)
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:** remove .eslintcache ([7c0a5e5](https://github.com/lmnt-com/lmnt-node/commit/7c0a5e514da8ac98e0d1ca3e9d058af21e5c1130))
15+
* **internal:** use npm pack for build uploads ([00f524a](https://github.com/lmnt-com/lmnt-node/commit/00f524a1b07a146bed6af884e48e6c4dafce63ac))
16+
317
## 2.11.1 (2025-09-27)
418

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