Skip to content

Commit ca53268

Browse files
release: 1.20.1
1 parent 35ace89 commit ca53268

4 files changed

Lines changed: 16 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-
".": "1.20.0"
2+
".": "1.20.1"
33
}

CHANGELOG.md

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

3+
## 1.20.1 (2026-02-24)
4+
5+
Full Changelog: [v1.20.0...v1.20.1](https://github.com/lumalabs/lumaai-node/compare/v1.20.0...v1.20.1)
6+
7+
### Bug Fixes
8+
9+
* **docs/contributing:** correct pnpm link command ([35ace89](https://github.com/lumalabs/lumaai-node/commit/35ace89e0c1a84d1d241dbbd48e6f6b879b8f5f6))
10+
11+
12+
### Chores
13+
14+
* update mock server docs ([f625696](https://github.com/lumalabs/lumaai-node/commit/f625696b39864ebef7090f47bf9513a017efa08c))
15+
316
## 1.20.0 (2026-02-08)
417

518
Full Changelog: [v1.19.1...v1.20.0](https://github.com/lumalabs/lumaai-node/compare/v1.19.1...v1.20.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumaai",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"description": "The official TypeScript library for the LumaAI API",
55
"author": "LumaAI <[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 = '1.20.0'; // x-release-please-version
1+
export const VERSION = '1.20.1'; // x-release-please-version

0 commit comments

Comments
 (0)