Skip to content

Commit 57f520f

Browse files
committed
release: 2.12.0
1 parent d369090 commit 57f520f

4 files changed

Lines changed: 29 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.2"
2+
".": "2.12.0"
33
}

CHANGELOG.md

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

3+
## [2.12.0](https://github.com/lmnt-com/lmnt-node/compare/v2.11.2...v2.12.0) (2026-05-07)
4+
5+
6+
### Features
7+
8+
* **api:** regenerate for LMNT API 1.1 ([d369090](https://github.com/lmnt-com/lmnt-node/commit/d369090f32b2a9d39d379cb0ea5615050ece69f4))
9+
10+
11+
### Bug Fixes
12+
13+
* pin npm publish registry ([8ffb2d8](https://github.com/lmnt-com/lmnt-node/commit/8ffb2d85053988122cffb7ab1dd3f6cdb68b4a1a))
14+
15+
16+
### Chores
17+
18+
* **examples:** drop stale speech.convert references ([d3b9acb](https://github.com/lmnt-com/lmnt-node/commit/d3b9acb452042f02d55a017dc6e057d6fd1530a5))
19+
* regenerate sdk ([ac364d1](https://github.com/lmnt-com/lmnt-node/commit/ac364d1ec026aa61f382e29739fc0f2ffcee419f))
20+
* regenerate sdk ([438e98b](https://github.com/lmnt-com/lmnt-node/commit/438e98b40096f91075b98b561a8664f4ccd14ccf))
21+
22+
23+
### Documentation
24+
25+
* link LMNT API reference in README intro ([4b97641](https://github.com/lmnt-com/lmnt-node/commit/4b9764165f4f52bb24958393bc9b40c34d77b117))
26+
* rebrand to LMNT TypeScript SDK ([30dd5b8](https://github.com/lmnt-com/lmnt-node/commit/30dd5b82ced5afd18557e7dff291d631c010b47f))
27+
* streamline README and drop examples/ ([430760f](https://github.com/lmnt-com/lmnt-node/commit/430760fc63d95936f12531a82f269988b220c265))
28+
329
## [2.11.2](https://github.com/lmnt-com/lmnt-node/compare/v2.11.1...v2.11.2) (2026-04-26)
430

531

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.2",
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,2 +1,2 @@
1-
export const VERSION = '2.11.2'; // x-release-please-version
1+
export const VERSION = '2.12.0'; // x-release-please-version
22
export const LMNT_API_VERSION = '1.1';

0 commit comments

Comments
 (0)