Skip to content

Commit 90ba9fc

Browse files
release: 0.1.0-alpha.1
1 parent 83a49c6 commit 90ba9fc

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-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.0.1-alpha.0"
2+
".": "0.1.0-alpha.1"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-08-12)
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+
* **internal:** codegen related update ([83a49c6](https://github.com/manifoldfinance/eigenlayer-sdk/commit/83a49c6ada2a9bb3c600a568d463a0ab818f3e74))
17+
* **internal:** move publish config ([909a153](https://github.com/manifoldfinance/eigenlayer-sdk/commit/909a1533e474bf584730433594ab0d9e2790c126))
18+
* **internal:** remove redundant imports config ([5362aca](https://github.com/manifoldfinance/eigenlayer-sdk/commit/5362aca9a8e3a6556e9c790b5befe6984c7894a0))
19+
* **internal:** update comment in script ([3fca436](https://github.com/manifoldfinance/eigenlayer-sdk/commit/3fca436b0015b0c35c19a00638ade60e063875eb))
20+
* make some internal functions async ([77342ba](https://github.com/manifoldfinance/eigenlayer-sdk/commit/77342badad4e8cf374952de5f94e740b4b6ec599))
21+
* **ts:** reorder package.json imports ([5352d03](https://github.com/manifoldfinance/eigenlayer-sdk/commit/5352d03bcdee5cb4d184d33b9b3b22e88ce63783))
22+
* update @stainless-api/prism-cli to v5.15.0 ([a247835](https://github.com/manifoldfinance/eigenlayer-sdk/commit/a247835faf20789942f59a39b24342cca1a0b4c9))
23+
* update SDK settings ([bff60dc](https://github.com/manifoldfinance/eigenlayer-sdk/commit/bff60dcae0aaef23b45aede171cdd5f777b203c2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

0 commit comments

Comments
 (0)