Skip to content

Commit e1f4a18

Browse files
chore(main): release web3telegram 1.0.0-alpha.6
1 parent c62d51d commit e1f4a18

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.6",
2+
".": "1.0.0-alpha.6",
33
"dapp": "1.0.0-alpha.3"
44
}

CHANGELOG.md

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

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

5+
## [1.0.0-alpha.6](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/web3telegram-v0.1.0-alpha.6...web3telegram-v1.0.0-alpha.6) (2025-11-13)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `prepareTelegram()` param `grantedAccess` is renamed to `grantedAccesses`
11+
12+
### Changed
13+
14+
* add dealId to sendTelegram response to allow tracking uninitialized tasks by dealId ([#87](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/87)) ([46c1a19](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/46c1a19e6b22e26705cab625f17e3d82946c08ce))
15+
* improve campaign methods interfaces ([#89](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/89)) ([c62d51d](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/c62d51d53aaeacb5edb79d59e97aa1aa54f429ea))
16+
517
## [0.1.0-alpha.6](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/web3telegram-v0.1.0-alpha.5...web3telegram-v0.1.0-alpha.6) (2025-11-10)
618

719

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.6",
3+
"version": "1.0.0-alpha.6",
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)