Skip to content

Commit 7f042d7

Browse files
release: 0.1.0-alpha.1
1 parent bff60dc commit 7f042d7

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-07-27)
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+
* make some internal functions async ([77342ba](https://github.com/manifoldfinance/eigenlayer-sdk/commit/77342badad4e8cf374952de5f94e740b4b6ec599))
17+
* **ts:** reorder package.json imports ([5352d03](https://github.com/manifoldfinance/eigenlayer-sdk/commit/5352d03bcdee5cb4d184d33b9b3b22e88ce63783))
18+
* 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)