Skip to content

Commit 3167588

Browse files
release: 2.5.0
1 parent 220867f commit 3167588

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.4.1"
2+
".": "2.5.0"
33
}

CHANGELOG.md

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

3+
## 2.5.0 (2025-07-14)
4+
5+
Full Changelog: [v2.4.1...v2.5.0](https://github.com/lmnt-com/lmnt-node/compare/v2.4.1...v2.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([715bb60](https://github.com/lmnt-com/lmnt-node/commit/715bb60c3b5e4afa32cc9e97de4b5197a9e33287))
10+
* **api:** api update ([5536db4](https://github.com/lmnt-com/lmnt-node/commit/5536db473f1472386f75d24ce04369f3ef070b79))
11+
12+
13+
### Bug Fixes
14+
15+
* **tests:** skip tests broken by Prism ([d347f86](https://github.com/lmnt-com/lmnt-node/commit/d347f8687271a63ff52074b2a6ac6bbaf8d908d0))
16+
17+
18+
### Chores
19+
20+
* **internal:** version bump ([1d9c64d](https://github.com/lmnt-com/lmnt-node/commit/1d9c64d6b5ef0a794d3ed27a852f48856cd5bc19))
21+
322
## 2.4.1 (2025-05-22)
423

524
Full Changelog: [v2.4.0...v2.4.1](https://github.com/lmnt-com/lmnt-node/compare/v2.4.0...v2.4.1)

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

0 commit comments

Comments
 (0)