Skip to content

Commit b4633fb

Browse files
chore(main): release web3mail 1.3.1 (#220)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 339df22 commit b4633fb

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.3.0",
2+
".": "1.3.1",
33
"dapp": "0.10.0"
44
}

CHANGELOG.md

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

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

5+
## [1.3.1](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.3.0...web3mail-v1.3.1) (2025-07-30)
6+
7+
8+
### Changed
9+
10+
* prevent fetchUserContacts error when user has no contact ([#219](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/219)) ([339df22](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/339df222f8fcddc321e99d32928ea6bcd8a1cbd8))
11+
512
## [1.3.0](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.2.2...web3mail-v1.3.0) (2025-07-29)
613

714

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.3.0",
3+
"version": "1.3.1",
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)