Skip to content

Commit 38d03f9

Browse files
chore(main): release web3mail 1.3.0
1 parent dde03ce commit 38d03f9

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-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-
".": "1.2.2",
2+
".": "1.3.0",
33
"dapp": "0.10.0"
44
}

CHANGELOG.md

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

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

5+
## [1.3.0](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.2.2...web3mail-v1.3.0) (2025-07-29)
6+
7+
8+
### Added
9+
10+
* add multichain configuration support ([4b2de3a](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/4b2de3a014c97c00fa4ac64b759899fe598a9695))
11+
* add support for experimental networks ([#196](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/196)) ([887f97a](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/887f97aa4ae2a3f3c347806439d353347ce96bd7))
12+
* dapp address resolution from compass ([#200](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/200)) ([2216f3b](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/2216f3b6907b73b756b1a409c6d7c098b2b701b6))
13+
* update arbitrum sepolia whitelist smart contract address ([#207](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/207)) ([50965f6](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/50965f65690a5717686dfdd2392dede89142adff))
14+
15+
16+
### Changed
17+
18+
* move to latest arbitrum-sepolia-testnet deployment ([#215](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/215)) ([dde03ce](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/dde03ce1223fc215eccf1a12467d3dd6b3e2b1be))
19+
* remove redundant useVoucher parameter in sendEmail method ([84f26de](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/84f26de7ab5bbb4c2b3b38a834b289bac8d19cdb))
20+
* remove redundant useVoucher parameter in sendEmail method ([34024fd](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/34024fddefdebba79f0861651741ba2915fea919))
21+
* **sendEmail:** use custom workerpool when provided ([f66c52a](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/f66c52abdd5a3e1b8fac07a934c8969b917f7a16))
22+
* update arbitrum-sepolia dataProtectorSubgraph URL ([#201](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/201)) ([74e3266](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/74e3266e49959e287638028fee8aa1617fa7a72a))
23+
524
## [1.2.2]
625

726
### Added

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/web3mail",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)