Skip to content

Commit 7629afb

Browse files
release: 2.11.0
1 parent d4ea28e commit 7629afb

4 files changed

Lines changed: 17 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.10.0"
2+
".": "2.11.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.11.0 (2025-09-20)
4+
5+
Full Changelog: [v2.10.0...v2.11.0](https://github.com/lmnt-com/lmnt-node/compare/v2.10.0...v2.11.0)
6+
7+
### Features
8+
9+
* **api:** api update ([ff62538](https://github.com/lmnt-com/lmnt-node/commit/ff62538615ef2ec19ffa6317e356a5b305551997))
10+
* **api:** api update ([b826c33](https://github.com/lmnt-com/lmnt-node/commit/b826c3335c4636f49f227ff83d4425e29054c3b5))
11+
12+
13+
### Chores
14+
15+
* do not install brew dependencies in ./scripts/bootstrap by default ([d4ea28e](https://github.com/lmnt-com/lmnt-node/commit/d4ea28e28bbaeddaf9f2cb7640db80fea158b019))
16+
317
## 2.10.0 (2025-09-09)
418

519
Full Changelog: [v2.9.0...v2.10.0](https://github.com/lmnt-com/lmnt-node/compare/v2.9.0...v2.10.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.10.0",
3+
"version": "2.11.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.10.0'; // x-release-please-version
1+
export const VERSION = '2.11.0'; // x-release-please-version

0 commit comments

Comments
 (0)