Skip to content

Commit 088b0cf

Browse files
chore(main): release dapp 1.0.0-alpha.3 (#85)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 15d0936 commit 088b0cf

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-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
{
22
".": "0.1.0-alpha.5",
3-
"dapp": "0.1.0-alpha.3"
3+
"dapp": "1.0.0-alpha.3"
44
}

dapp/CHANGELOG.md

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

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

5+
## [1.0.0-alpha.3](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/dapp-v0.1.0-alpha.3...dapp-v1.0.0-alpha.3) (2025-11-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **iapp:** result file renamed to `result.json`; single protectedData result file now contains `{"success": <boolean>, "protectedData"?: <address>, "error"?: <string> }`; upon error, the iapp will now exit 0 and output `"success": false` and `"error": <string>` rather than falling the task.
11+
12+
### Added
13+
14+
* **iapp:** support bulk processing ([#82](https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues/82)) ([15d0936](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/15d093636b3f065d76270c5f537661ba9d684527))
15+
516
## [0.1.0-alpha.3](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/dapp-v0.1.0-alpha.2...dapp-v0.1.0-alpha.3) (2025-09-05)
617

718

dapp/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.

dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dapp",
3-
"version": "0.1.0-alpha.3",
3+
"version": "1.0.0-alpha.3",
44
"main": "index.js",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)