Skip to content

Commit fa88de9

Browse files
release: 2.6.0
1 parent 5380c81 commit fa88de9

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.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.5.0"
2+
".": "2.6.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.6.0 (2025-07-16)
4+
5+
Full Changelog: [v2.5.0...v2.6.0](https://github.com/lmnt-com/lmnt-node/compare/v2.5.0...v2.6.0)
6+
7+
### Features
8+
9+
* **api:** add generate detailed method ([8ba36ed](https://github.com/lmnt-com/lmnt-node/commit/8ba36edfce77f8f3e5cd145108668707055edf37))
10+
* clean up environment call outs ([00ecd27](https://github.com/lmnt-com/lmnt-node/commit/00ecd27578e48d35bd6079e31b2c7d44e0527e4f))
11+
12+
13+
### Bug Fixes
14+
15+
* **api:** formatting fix for lint error ([2f49fa4](https://github.com/lmnt-com/lmnt-node/commit/2f49fa4027e72468cfb5f6a8a189f02e1eb54a19))
16+
317
## 2.5.0 (2025-07-14)
418

519
Full Changelog: [v2.4.1...v2.5.0](https://github.com/lmnt-com/lmnt-node/compare/v2.4.1...v2.5.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.5.0",
3+
"version": "2.6.0",
44
"description": "The official TypeScript library for the Lmnt API",
55
"author": "Lmnt <[email protected]>",
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.5.0'; // x-release-please-version
1+
export const VERSION = '2.6.0'; // x-release-please-version

0 commit comments

Comments
 (0)