Skip to content

Commit bc95b2f

Browse files
release: 0.15.0
1 parent 683dea6 commit bc95b2f

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 ([67d7500](https://github.com/reductoai/reducto-node-sdk/commit/67d7500d7c63dafdb18f50c49bb612d44d65696f))
10+
* **api:** manual updates ([7cefc1c](https://github.com/reductoai/reducto-node-sdk/commit/7cefc1c451db7c5be4b870e10a71756c6fe69d00))
11+
* **api:** manual updates ([706d5d1](https://github.com/reductoai/reducto-node-sdk/commit/706d5d1ddc5c7ecdc72cb9499452b1261362776c))
12+
* **api:** manual updates ([bb9d301](https://github.com/reductoai/reducto-node-sdk/commit/bb9d30167d8236f5f55b21b84380f79a1d3c0df7))
13+
* **api:** manual updates ([ec2f64f](https://github.com/reductoai/reducto-node-sdk/commit/ec2f64f03fd87150c73ff8df4dc05b7c6e70c7c3))
14+
* **api:** manual updates ([a5130e0](https://github.com/reductoai/reducto-node-sdk/commit/a5130e0d1469d901cc2d76e3fe271add03b6d138))
15+
* **api:** manual updates ([6604298](https://github.com/reductoai/reducto-node-sdk/commit/6604298d6166d774cc791f2995f6cd6fb4e9e201))
16+
17+
18+
### Chores
19+
20+
* **ci:** skip lint on metadata-only changes ([10c8720](https://github.com/reductoai/reducto-node-sdk/commit/10c8720f2be9c6d9f7773167d743ec36c0e48be6))
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)