Skip to content

Commit 164e22d

Browse files
release: 2.4.0
1 parent 9266dcc commit 164e22d

4 files changed

Lines changed: 30 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.3.0"
2+
".": "2.4.0"
33
}

CHANGELOG.md

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

3+
## 2.4.0 (2025-03-27)
4+
5+
Full Changelog: [v2.3.0...v2.4.0](https://github.com/lmnt-com/lmnt-node/compare/v2.3.0...v2.4.0)
6+
7+
### Features
8+
9+
* Add example for voice conversion ([4846f6c](https://github.com/lmnt-com/lmnt-node/commit/4846f6c4fc9f8a87619d134b5e139a358b527330))
10+
* chore(lint): Fix linting errors ([2262582](https://github.com/lmnt-com/lmnt-node/commit/2262582ffef49d9ae05348e0a385e370bb0df1a9))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid type error in certain environments ([#90](https://github.com/lmnt-com/lmnt-node/issues/90)) ([d4e9129](https://github.com/lmnt-com/lmnt-node/commit/d4e91290e459e01fa13522ec071717b27e8a53cb))
16+
17+
18+
### Chores
19+
20+
* **exports:** cleaner resource index imports ([#88](https://github.com/lmnt-com/lmnt-node/issues/88)) ([f4737fa](https://github.com/lmnt-com/lmnt-node/commit/f4737faf5095b965d05a838034640570e49acd72))
21+
* **exports:** stop using path fallbacks ([#89](https://github.com/lmnt-com/lmnt-node/issues/89)) ([9056558](https://github.com/lmnt-com/lmnt-node/commit/90565587576e2a6f950eb9ef43e98ecd51caadb6))
22+
* **internal:** codegen related update ([#86](https://github.com/lmnt-com/lmnt-node/issues/86)) ([bb45285](https://github.com/lmnt-com/lmnt-node/commit/bb45285ece0af99f5f114f33f6893f41effca98e))
23+
* **internal:** remove extra empty newlines ([#87](https://github.com/lmnt-com/lmnt-node/issues/87)) ([aa21830](https://github.com/lmnt-com/lmnt-node/commit/aa218301ab02fece44a2b23e7d722e618ae364be))
24+
25+
26+
### Documentation
27+
28+
* update URLs from stainlessapi.com to stainless.com ([#83](https://github.com/lmnt-com/lmnt-node/issues/83)) ([c6fc612](https://github.com/lmnt-com/lmnt-node/commit/c6fc612ca51ee49cf2ce3d7a2b12795056bcf9b9))
29+
330
## 2.3.0 (2025-02-26)
431

532
Full Changelog: [v2.2.0...v2.3.0](https://github.com/lmnt-com/lmnt-node/compare/v2.2.0...v2.3.0)

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.3.0",
3+
"version": "2.4.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.3.0'; // x-release-please-version
1+
export const VERSION = '2.4.0'; // x-release-please-version

0 commit comments

Comments
 (0)