Skip to content

Commit 0fd827f

Browse files
chore(main): release dapp 1.0.0 (#237)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 3458c95 commit 0fd827f

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
".": "1.6.0",
3-
"dapp": "0.10.1"
3+
"dapp": "1.0.0"
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](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/dapp-v0.10.1...dapp-v1.0.0) (2025-11-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **iapp:** result file renamed to `result.json`; single protectedData result file now contains `{"success": boolean, "protectedData"?: address, "isEmailValid"?: boolean, "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:** add bulk processing support ([#234](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/234)) ([3458c95](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/3458c95fbe88556d70dfc81fda20186041a1817e))
15+
516
## [0.10.1](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/dapp-v0.10.0...dapp-v0.10.1) (2025-09-03)
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.10.1",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)