diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c5db9e4d..c438b83a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "1.6.0", - "dapp": "0.10.1" + "dapp": "1.0.0" } \ No newline at end of file diff --git a/dapp/CHANGELOG.md b/dapp/CHANGELOG.md index 59f67fc3..14676fe8 100644 --- a/dapp/CHANGELOG.md +++ b/dapp/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [1.0.0](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/dapp-v0.10.1...dapp-v1.0.0) (2025-11-17) + + +### ⚠ BREAKING CHANGES + +* **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. + +### Added + +* **iapp:** add bulk processing support ([#234](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/234)) ([3458c95](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/3458c95fbe88556d70dfc81fda20186041a1817e)) + ## [0.10.1](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/dapp-v0.10.0...dapp-v0.10.1) (2025-09-03) diff --git a/dapp/package-lock.json b/dapp/package-lock.json index 260efc06..7bac5baf 100644 --- a/dapp/package-lock.json +++ b/dapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "dapp", - "version": "0.10.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dapp", - "version": "0.10.1", + "version": "1.0.0", "license": "ISC", "dependencies": { "@iexec/dataprotector-deserializer": "^0.1.0", diff --git a/dapp/package.json b/dapp/package.json index ded032f5..dc978486 100644 --- a/dapp/package.json +++ b/dapp/package.json @@ -1,6 +1,6 @@ { "name": "dapp", - "version": "0.10.1", + "version": "1.0.0", "description": "", "main": "index.js", "engines": {