File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.30 "
2
+ "." : " 0.1.0-alpha.31 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 0.1.0-alpha.30 (2025-05-22)
4
17
5
18
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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getivy/node-sdk" ,
3
- "version" : " 0.1.0-alpha.30 " ,
3
+ "version" : " 0.1.0-alpha.31 " ,
4
4
"description" : " The official TypeScript library for the Ivy API" ,
5
5
"author" : " Ivy <developer@getivy.de>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments