Skip to content

Commit 9828f27

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.2...v1.1.0) (2025-11-04) ### Bug Fixes * allow dist folder to be committed by git for releases ([89dfec0](89dfec0)) ### Features * add platform-specific config providers and API client ([8c45393](8c45393))
1 parent 8c45393 commit 9828f27

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/SOVEREIGN-NET/Sovereign-Network-API-Client/compare/v1.0.2...v1.1.0) (2025-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* allow dist folder to be committed by git for releases ([89dfec0](https://github.com/SOVEREIGN-NET/Sovereign-Network-API-Client/commit/89dfec01a3969cece40f1a154a3927fa137bcf6b))
7+
8+
9+
### Features
10+
11+
* add platform-specific config providers and API client ([8c45393](https://github.com/SOVEREIGN-NET/Sovereign-Network-API-Client/commit/8c45393b63adee386d46570ab9028981dc5d68e3))
12+
113
## [1.0.2](https://github.com/SOVEREIGN-NET/Sovereign-Network-API-Client/compare/v1.0.1...v1.0.2) (2025-11-04)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sovereign-network/api-client",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"type": "module",
55
"description": "Platform-agnostic API client for Sovereign Network ZHTP nodes",
66
"main": "./dist/vanilla-js/index.js",

0 commit comments

Comments
 (0)