Skip to content

Commit 79f1d84

Browse files
release: 0.1.0-alpha.31
1 parent 65b50a3 commit 79f1d84

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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 ([65b50a3](https://github.com/getivy/node-sdk/commit/65b50a36fc71894f5e98d4c9d3b53084954b7a80))
10+
11+
12+
### Chores
13+
14+
* improve publish-npm script --latest tag logic ([1a25e56](https://github.com/getivy/node-sdk/commit/1a25e567236e112f03c5cd41095a77fcc0a03980))
15+
316
## 0.1.0-alpha.30 (2025-05-22)
417

518
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)