Skip to content

Commit cc4f92a

Browse files
release: 2.8.1
1 parent d3151c1 commit cc4f92a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.8.0"
2+
".": "2.8.1"
33
}

CHANGELOG.md

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

3+
## 2.8.1 (2025-08-09)
4+
5+
Full Changelog: [v2.8.0...v2.8.1](https://github.com/lmnt-com/lmnt-node/compare/v2.8.0...v2.8.1)
6+
7+
### Chores
8+
9+
* **internal:** move publish config ([7f41d87](https://github.com/lmnt-com/lmnt-node/commit/7f41d87adb8e62d91bd6d0edb4a9f012c443f6e6))
10+
* update @stainless-api/prism-cli to v5.15.0 ([10fbe16](https://github.com/lmnt-com/lmnt-node/commit/10fbe169e228a0fb00c7ff5fb9970cd42531bf1c))
11+
312
## 2.8.0 (2025-08-05)
413

514
Full Changelog: [v2.7.0...v2.8.0](https://github.com/lmnt-com/lmnt-node/compare/v2.7.0...v2.8.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.8.0",
3+
"version": "2.8.1",
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.8.0'; // x-release-please-version
1+
export const VERSION = '2.8.1'; // x-release-please-version

0 commit comments

Comments
 (0)