Skip to content

Commit 0e84fba

Browse files
chore: release main
1 parent cfd9547 commit 0e84fba

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-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.9.0"
44
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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-22)
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+
* remove arbitrum-mainnet-dev from supported environments ([#197](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/197)) ([3231966](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/3231966929d4bb87bf786d28d2a6614adf5b2c6f))
13+
14+
15+
### Changed
16+
17+
* add missing RPC_URL ([#198](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/198)) ([cfd9547](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/cfd95473663b80628a50febd61e05b4946b7c0fd))
18+
* remove redundant useVoucher parameter in sendEmail method ([84f26de](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/84f26de7ab5bbb4c2b3b38a834b289bac8d19cdb))
19+
* remove redundant useVoucher parameter in sendEmail method ([34024fd](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/34024fddefdebba79f0861651741ba2915fea919))
20+
* **sendEmail:** use custom workerpool when provided ([f66c52a](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/f66c52abdd5a3e1b8fac07a934c8969b917f7a16))
21+
522
## [1.2.2]
623

724
### 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)