Skip to content

Commit 317b3c8

Browse files
chore(main): release web3mail 1.4.0 (#222)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent b95e60a commit 317b3c8

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.1",
2+
".": "1.4.0",
33
"dapp": "0.10.0"
44
}

CHANGELOG.md

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

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

5+
## [1.4.0](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.3.1...web3mail-v1.4.0) (2025-07-31)
6+
7+
8+
### Added
9+
10+
* add name, accessPrice, remainingAccess and isUserStrict properties to Contact ([#221](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/221)) ([b95e60a](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/b95e60ad9b5d1aa987cc2c1a2c136f6b784ddf60))
11+
12+
13+
### Changed
14+
15+
* stop exporting internal types ([b95e60a](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/b95e60ad9b5d1aa987cc2c1a2c136f6b784ddf60))
16+
517
## [1.3.1](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.3.0...web3mail-v1.3.1) (2025-07-30)
618

719

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