Skip to content

Commit 6e9243d

Browse files
release: 0.1.0-alpha.31
1 parent dde0722 commit 6e9243d

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.1.0-alpha.30"
2+
".": "0.1.0-alpha.31"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.31 (2025-05-30)
4+
5+
Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/getivy/node-sdk/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
6+
7+
### Features
8+
9+
* **api:** api update ([dde0722](https://github.com/getivy/node-sdk/commit/dde07222f71089c0a105554f4271ad19603f619c))
10+
* **api:** api update ([937e7f4](https://github.com/getivy/node-sdk/commit/937e7f406235c6b5151dc3cde621a5bd1fd3c5c1))
11+
* **api:** api update ([65b50a3](https://github.com/getivy/node-sdk/commit/65b50a36fc71894f5e98d4c9d3b53084954b7a80))
12+
13+
14+
### Chores
15+
16+
* improve publish-npm script --latest tag logic ([1a25e56](https://github.com/getivy/node-sdk/commit/1a25e567236e112f03c5cd41095a77fcc0a03980))
17+
318
## 0.1.0-alpha.30 (2025-05-22)
419

520
Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/getivy/node-sdk/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getivy/node-sdk",
3-
"version": "0.1.0-alpha.30",
3+
"version": "0.1.0-alpha.31",
44
"description": "The official TypeScript library for the Ivy API",
55
"author": "Ivy <developer@getivy.de>",
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.1.0-alpha.30'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.31'; // x-release-please-version

0 commit comments

Comments
 (0)