Skip to content

Commit b0efdcf

Browse files
chore(main): release web3telegram 0.1.0-alpha.2
1 parent 333e652 commit b0efdcf

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.1.0-alpha.1",
2+
".": "0.1.0-alpha.2",
33
"dapp": "0.1.0-alpha.1"
44
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.0-alpha.2](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/web3telegram-v0.1.0-alpha.1...web3telegram-v0.1.0-alpha.2) (2025-07-29)
6+
7+
8+
### Added
9+
10+
* add multi-chain configuration and experimental networks support ([#46](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/46)) ([26715d1](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/26715d164bd574d41d01ba5b31853ee10ca6b37e))
11+
* dapp address resolution from compass ([#53](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/53)) ([9895a48](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/9895a482006e4f97d8195605559f8af17d89092c))
12+
13+
14+
### Changed
15+
16+
* add .js extensions to ES module imports ([#56](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/56)) ([0a63891](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/0a638918b08e7c2f9f62bf155609f267d39e3ba5))
17+
518
## [0.1.0-alpha.1](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/web3telegram-v0.1.0-alpha.0...web3telegram-v0.1.0-alpha.1) (2025-07-23)
619

720

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": "@iexec/web3telegram",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "Enables secure, blockchain-based messaging by encrypting Telegram user IDs for privacy. It lets users message Ethereum account holders without knowing their Telegram details.",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)