Skip to content

Commit 619b20b

Browse files
release: 0.15.0
1 parent 177f978 commit 619b20b

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-
".": "0.14.0"
2+
".": "0.15.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+
## 0.15.0 (2026-03-27)
4+
5+
Full Changelog: [v0.14.0...v0.15.0](https://github.com/reductoai/reducto-node-sdk/compare/v0.14.0...v0.15.0)
6+
7+
### Features
8+
9+
* **api:** api update ([a419160](https://github.com/reductoai/reducto-node-sdk/commit/a41916089165a449993e6579617f4e43fe9687e7))
10+
* **api:** manual updates ([7a99e59](https://github.com/reductoai/reducto-node-sdk/commit/7a99e5923c594235c802e7aefe2cb9f3007ad15e))
11+
* **api:** manual updates ([43f5727](https://github.com/reductoai/reducto-node-sdk/commit/43f5727beaf7975d5ea95399bd59ffbc13c0a72a))
12+
* **api:** manual updates ([9b56893](https://github.com/reductoai/reducto-node-sdk/commit/9b568932216cc8f065d53a30d694031ba09df937))
13+
* **api:** manual updates ([a0524ea](https://github.com/reductoai/reducto-node-sdk/commit/a0524ea7efd3408fb52b37089dcea8ebd4db3d56))
14+
* **api:** manual updates ([a4556f3](https://github.com/reductoai/reducto-node-sdk/commit/a4556f33b344035967bc0ddb80e9a93830301814))
15+
* **api:** manual updates ([6234568](https://github.com/reductoai/reducto-node-sdk/commit/6234568c30300388871138a06ad194c457c36f73))
16+
17+
18+
### Chores
19+
20+
* **ci:** skip lint on metadata-only changes ([6220978](https://github.com/reductoai/reducto-node-sdk/commit/6220978851a420036f731801d835577383ccc059))
21+
322
## 0.14.0 (2026-03-24)
423

524
Full Changelog: [v0.13.0...v0.14.0](https://github.com/reductoai/reducto-node-sdk/compare/v0.13.0...v0.14.0)

package.json

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

0 commit comments

Comments
 (0)