From 0627410c22233b46642d43e10df7f55061211592 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 13:01:34 +0000 Subject: [PATCH] chore(main): release web3mail 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00e1eb03..013d75f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.9.0", + ".": "2.0.0", "dapp": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc3fde0..b147f88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [2.0.0](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.9.0...web3mail-v2.0.0) (2026-04-30) + + +### ⚠ BREAKING CHANGES + +* remove bellecour and SGX Scone support ([#260](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/260)) + +### Changed + +* remove bellecour and SGX Scone support ([#260](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/260)) ([713762b](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/713762b1a17367c849243ab2877f061e48a4ff05)) + ## [1.9.0](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.8.0...web3mail-v1.9.0) (2026-04-20) diff --git a/package-lock.json b/package-lock.json index cbfaf64e..8ab2c00e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/web3mail", - "version": "1.9.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/web3mail", - "version": "1.9.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@iexec/dataprotector": "^2.0.0-beta.27", diff --git a/package.json b/package.json index b66a24c3..661e29e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/web3mail", - "version": "1.9.0", + "version": "2.0.0", "description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...", "main": "./dist/index.js", "type": "module",