Skip to content

Commit 8ace5b2

Browse files
committed
release: 2.11.3
1 parent d3b9acb commit 8ace5b2

4 files changed

Lines changed: 16 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.11.3"
33
}

CHANGELOG.md

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

3+
## [2.11.3](https://github.com/lmnt-com/lmnt-node/compare/v2.11.2...v2.11.3) (2026-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* pin npm publish registry ([8ffb2d8](https://github.com/lmnt-com/lmnt-node/commit/8ffb2d85053988122cffb7ab1dd3f6cdb68b4a1a))
9+
10+
11+
### Chores
12+
13+
* **examples:** drop stale speech.convert references ([d3b9acb](https://github.com/lmnt-com/lmnt-node/commit/d3b9acb452042f02d55a017dc6e057d6fd1530a5))
14+
* regenerate sdk ([438e98b](https://github.com/lmnt-com/lmnt-node/commit/438e98b40096f91075b98b561a8664f4ccd14ccf))
15+
316
## [2.11.2](https://github.com/lmnt-com/lmnt-node/compare/v2.11.1...v2.11.2) (2026-04-26)
417

518

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.11.3",
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.2'; // x-release-please-version
1+
export const VERSION = '2.11.3'; // x-release-please-version

0 commit comments

Comments
 (0)