diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 013d75f6..c5dba698 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "2.0.0", + ".": "2.0.1", "dapp": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b147f88e..927d999d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.0.1](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v2.0.0...web3mail-v2.0.1) (2026-04-30) + + +### Changed + +* cleanup jsdoc ([#263](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/263)) ([0f64a5b](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/0f64a5b46070dbc9602499fd78231ab370845d25)) + ## [2.0.0](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.9.0...web3mail-v2.0.0) (2026-04-30) diff --git a/package-lock.json b/package-lock.json index 8ab2c00e..b3093d01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/web3mail", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/web3mail", - "version": "2.0.0", + "version": "2.0.1", "license": "Apache-2.0", "dependencies": { "@iexec/dataprotector": "^2.0.0-beta.27", diff --git a/package.json b/package.json index 661e29e6..43b72b4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/web3mail", - "version": "2.0.0", + "version": "2.0.1", "description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...", "main": "./dist/index.js", "type": "module",