Skip to content

Commit bffacc4

Browse files
release: 2.8.3
1 parent 75205cf commit bffacc4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.2"
2+
".": "2.8.3"
33
}

CHANGELOG.md

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

3+
## 2.8.3 (2025-08-23)
4+
5+
Full Changelog: [v2.8.2...v2.8.3](https://github.com/lmnt-com/lmnt-node/compare/v2.8.2...v2.8.3)
6+
7+
### Chores
8+
9+
* update CI script ([75205cf](https://github.com/lmnt-com/lmnt-node/commit/75205cf041386414f505c5edbed0bb1aa8638bde))
10+
311
## 2.8.2 (2025-08-16)
412

513
Full Changelog: [v2.8.1...v2.8.2](https://github.com/lmnt-com/lmnt-node/compare/v2.8.1...v2.8.2)

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.2",
3+
"version": "2.8.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.8.2'; // x-release-please-version
1+
export const VERSION = '2.8.3'; // x-release-please-version

0 commit comments

Comments
 (0)