File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed
Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 -alpha.0 "
2+ "." : " 0.1.0 -alpha.1 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0-alpha.1 (2025-08-16)
4+
5+ Full Changelog: [ v0.0.1-alpha.0...v0.1.0-alpha.1] ( https://github.com/manifoldfinance/eigenlayer-sdk/compare/v0.0.1-alpha.0...v0.1.0-alpha.1 )
6+
7+ ### Features
8+
9+ * ** api:** update via SDK Studio ([ 26c3d82] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/26c3d8266ef6e645099df28f723d829c4f7940f0 ) )
10+
11+
12+ ### Chores
13+
14+ * add docs to RequestOptions type ([ eafd56e] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/eafd56ee41b79b09f916a96a6a582fdb6397fe21 ) )
15+ * ** client:** improve path param validation ([ 24d7cff] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/24d7cffe67442bfeb4bdefa7991ae4972ed0af1b ) )
16+ * ** deps:** update dependency @types/node to v20.17.58 ([ 95fd02a] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/95fd02af4e01c77036383c3033971599cb9e9a31 ) )
17+ * ** internal:** codegen related update ([ 83a49c6] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/83a49c6ada2a9bb3c600a568d463a0ab818f3e74 ) )
18+ * ** internal:** formatting change ([ ac3880c] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/ac3880cc7bedcf44ed596932e2eb840eca43b9cd ) )
19+ * ** internal:** move publish config ([ 909a153] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/909a1533e474bf584730433594ab0d9e2790c126 ) )
20+ * ** internal:** remove redundant imports config ([ 5362aca] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/5362aca9a8e3a6556e9c790b5befe6984c7894a0 ) )
21+ * ** internal:** update comment in script ([ 3fca436] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/3fca436b0015b0c35c19a00638ade60e063875eb ) )
22+ * make some internal functions async ([ 77342ba] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/77342badad4e8cf374952de5f94e740b4b6ec599 ) )
23+ * ** ts:** reorder package.json imports ([ 5352d03] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/5352d03bcdee5cb4d184d33b9b3b22e88ce63783 ) )
24+ * update @stainless-api/prism-cli to v5.15.0 ([ a247835] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/a247835faf20789942f59a39b24342cca1a0b4c9 ) )
25+ * update SDK settings ([ bff60dc] ( https://github.com/manifoldfinance/eigenlayer-sdk/commit/bff60dcae0aaef23b45aede171cdd5f777b203c2 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " xga" ,
3- "version" : " 0.0.1 -alpha.0 " ,
3+ "version" : " 0.1.0 -alpha.1 " ,
44 "description" : " The official TypeScript library for the Xga API" ,
55 "author" :
" Xga <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.0.1 -alpha.0 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0 -alpha.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments